routing.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. ftth:
  26. resource: "@FTTHBundle/Resources/config/routing.yml"
  27. prefix: /
  28. _sonata:
  29. resource: "routing_sonata.yml"
  30. FTTHBundle:
  31. resource: "@FTTHBundle/Resources/config/routing/admin.xml"
  32. prefix: /
  33. base_oauth_client:
  34. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  35. base_hwioauthbundle_oauth_client:
  36. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
  37. workflow:
  38. resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
  39. prefix: /
  40. base_admin_alert:
  41. resource: "@BaseAdminBundle/Controller/"
  42. type: annotation
  43. prefix: /
  44. map:
  45. resource: "@MapBundle/Resources/config/routing.yml"
  46. audit:
  47. resource: "@AuditBundle/Controller/"
  48. type: annotation
  49. prefix: /
  50. base_admin:
  51. resource: "@BaseAdminBundle/Resources/config/routing.yml"
  52. ftth_onu_api:
  53. resource: "@FTTHBundle/Controller/REST/ONURESTController.php"
  54. type: rest
  55. prefix: /api
  56. ftth_profile_api:
  57. resource: "@FTTHBundle/Controller/REST/ProfileRESTController.php"
  58. type: rest
  59. prefix: /api
  60. ftth_onu_model_api:
  61. resource: "@FTTHBundle/Controller/REST/ONUModelRESTController.php"
  62. type: rest
  63. prefix: /api
  64. ftth_olt_model_api:
  65. resource: "@FTTHBundle/Controller/REST/OLTModelRESTController.php"
  66. type: rest
  67. prefix: /api
  68. ftth_nap_api:
  69. resource: "@FTTHBundle/Controller/REST/NAPRESTController.php"
  70. type: rest
  71. prefix: /api
  72. ftth_olt_api:
  73. resource: "@FTTHBundle/Controller/REST/OLTRESTController.php"
  74. type: rest
  75. prefix: /api