You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 line
398 B

  1. controllers:
  2. resource:
  3. path: ../src/Controller/
  4. namespace: App\Controller
  5. type: attribute
  6. ## Bestehende Auth-Route
  7. auth:
  8. path: /api/auth
  9. methods: ['POST']
  10. # API und Media Routen
  11. api_routes:
  12. resource: .
  13. type: api_platform
  14. prefix: /api
  15. angular_app:
  16. path: /{path}
  17. controller: App\Controller\AngularController::index
  18. requirements:
  19. path: "^(?!api|media).*"