routing.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. cablemodem:
  2. resource: "@CablemodemBundle/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. base_oauth_client:
  30. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  31. base_hwioauthbundle_oauth_client:
  32. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
  33. workflow:
  34. resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
  35. prefix: /
  36. base_admin_alert:
  37. resource: "@BaseAdminBundle/Controller/"
  38. type: annotation
  39. prefix: /
  40. map:
  41. resource: "@MapBundle/Resources/config/routing.yml"
  42. audit:
  43. resource: "@AuditBundle/Controller/"
  44. type: annotation
  45. prefix: /
  46. base_admin:
  47. resource: "@BaseAdminBundle/Resources/config/routing.yml"
  48. _sonata:
  49. resource: "bundles/sonata-project/admin-bundle/routing.yml"