routes.yaml 304 B

123456789101112131415
  1. balticrest:
  2. resource: ../src/Components/Balticrest/Controller/
  3. type: annotation
  4. prefix:
  5. ru: ''
  6. en: '/en'
  7. de: '/de'
  8. pl: '/pl'
  9. lt: '/lt'
  10. cn: '/cn'
  11. admin:
  12. resource: ../src/Components/Admin/Controller/
  13. type: annotation
  14. prefix: '/admin'