routing.yml 998 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. stats:
  2. resource: "@StatsBundle/Controller/"
  3. type: annotation
  4. prefix: /
  5. login:
  6. path: /admin/login
  7. defaults:
  8. _controller: FrameworkBundle:Redirect:urlRedirect
  9. path: /connect/login
  10. permanent: true
  11. connect-login:
  12. path: /login/
  13. defaults:
  14. _controller: FrameworkBundle:Redirect:redirect
  15. route: hwi_oauth_service_redirect
  16. service: login
  17. permanent: true
  18. logout:
  19. path: /logout
  20. homepage:
  21. path: /
  22. defaults:
  23. _controller: FrameworkBundle:Redirect:urlRedirect
  24. path: /admin/dashboard
  25. permanent: true
  26. webservice:
  27. resource: "@WebserviceBundle/Resources/config/routing.yml"
  28. prefix: /
  29. _sonata:
  30. resource: "bundles/sonata-project/admin-bundle/routing.yml"
  31. base_oauth_client:
  32. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  33. base_hwioauthbundle_oauth_client:
  34. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"