routing.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. login:
  2. path: /admin/login
  3. defaults:
  4. _controller: FrameworkBundle:Redirect:urlRedirect
  5. path: /connect/login
  6. permanent: true
  7. connect-login:
  8. path: /login/
  9. defaults:
  10. _controller: FrameworkBundle:Redirect:redirect
  11. route: hwi_oauth_service_redirect
  12. service: login
  13. permanent: true
  14. logout:
  15. path: /logout
  16. homepage:
  17. path: /
  18. defaults:
  19. _controller: FrameworkBundle:Redirect:urlRedirect
  20. path: /admin/dashboard
  21. permanent: true
  22. webservice:
  23. resource: "@WebserviceBundle/Resources/config/routing.yml"
  24. prefix: /
  25. radius:
  26. resource: "@RadiusBundle/Resources/config/routing.yml"
  27. prefix: /
  28. _sonata:
  29. resource: "routing_sonata.yml"
  30. base_oauth_client:
  31. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  32. base_hwioauthbundle_oauth_client:
  33. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
  34. workflow:
  35. resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
  36. prefix: /
  37. base_admin_alert:
  38. resource: "@BaseAdminBundle/Controller/"
  39. type: annotation
  40. prefix: /
  41. map:
  42. resource: "@MapBundle/Resources/config/routing.yml"
  43. audit:
  44. resource: "@AuditBundle/Controller/"
  45. type: annotation
  46. prefix: /
  47. base_admin:
  48. resource: "@BaseAdminBundle/Resources/config/routing.yml"
  49. radius_profile_api:
  50. resource: "@RadiusBundle/Controller/ProfileRESTController.php"
  51. type: rest
  52. prefix: /api
  53. radius_access_api:
  54. resource: "@RadiusBundle/Controller/AccessRESTController.php"
  55. type: rest
  56. prefix: /api
  57. radius_nas_api:
  58. resource: "@RadiusBundle/Controller/NASRESTController.php"
  59. type: rest
  60. prefix: /api
  61. leaflet:
  62. resource: "@LeafletBundle/Resources/config/routing.yml"