routing.yml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. radius_nas_api:
  2. resource: "@RadiusBundle/Controller/REST/NASRESTController.php"
  3. type: rest
  4. prefix: /api
  5. radius_nas_model_api:
  6. resource: "@RadiusBundle/Controller/REST/NASModelRESTController.php"
  7. type: rest
  8. prefix: /api
  9. radius:
  10. resource: "@RadiusBundle/Controller/"
  11. type: annotation
  12. prefix: /
  13. login:
  14. path: /admin/login
  15. defaults:
  16. _controller: FrameworkBundle:Redirect:urlRedirect
  17. path: /connect/login
  18. permanent: true
  19. connect-login:
  20. path: /login/
  21. defaults:
  22. _controller: FrameworkBundle:Redirect:redirect
  23. route: hwi_oauth_service_redirect
  24. service: login
  25. permanent: true
  26. logout:
  27. path: /logout
  28. homepage:
  29. path: /
  30. defaults:
  31. _controller: FrameworkBundle:Redirect:urlRedirect
  32. path: /admin/dashboard
  33. permanent: true
  34. webservice:
  35. resource: "@WebserviceBundle/Resources/config/routing.yml"
  36. prefix: /
  37. ftth:
  38. resource: "@FTTHBundle/Resources/config/routing.yml"
  39. prefix: /
  40. _sonata:
  41. resource: "routing_sonata.yml"
  42. FTTHBundle:
  43. resource: "@FTTHBundle/Resources/config/routing/admin.xml"
  44. prefix: /
  45. base_oauth_client:
  46. resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
  47. base_hwioauthbundle_oauth_client:
  48. resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
  49. workflow:
  50. resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
  51. prefix: /
  52. base_admin_alert:
  53. resource: "@BaseAdminBundle/Controller/"
  54. type: annotation
  55. prefix: /
  56. map:
  57. resource: "@MapBundle/Resources/config/routing.yml"
  58. audit:
  59. resource: "@AuditBundle/Controller/"
  60. type: annotation
  61. prefix: /
  62. base_admin:
  63. resource: "@BaseAdminBundle/Resources/config/routing.yml"
  64. ftth_onu_api:
  65. resource: "@FTTHBundle/Controller/REST/ONURESTController.php"
  66. type: rest
  67. prefix: /api
  68. ftth_profile_api:
  69. resource: "@FTTHBundle/Controller/REST/ProfileRESTController.php"
  70. type: rest
  71. prefix: /api
  72. ftth_onu_model_api:
  73. resource: "@FTTHBundle/Controller/REST/ONUModelRESTController.php"
  74. type: rest
  75. prefix: /api
  76. ftth_olt_model_api:
  77. resource: "@FTTHBundle/Controller/REST/OLTModelRESTController.php"
  78. type: rest
  79. prefix: /api
  80. ftth_nap_api:
  81. resource: "@FTTHBundle/Controller/REST/NAPRESTController.php"
  82. type: rest
  83. prefix: /api
  84. ftth_olt_api:
  85. resource: "@FTTHBundle/Controller/REST/OLTRESTController.php"
  86. type: rest
  87. prefix: /api
  88. ftth_olt_model:
  89. resource: "@FTTHBundle/Controller/OLTModelController.php"
  90. type: annotation
  91. prefix: /
  92. ftth_onu_template:
  93. resource: "@FTTHBundle/Controller/ONUTemplateController.php"
  94. type: annotation
  95. prefix: /
  96. ftth_onu_profile_api:
  97. resource: "@FTTHBundle/Controller/REST/ONUProfileRESTController.php"
  98. type: rest
  99. prefix: /api
  100. ftth_vlan_profile_api:
  101. resource: "@FTTHBundle/Controller/REST/VLanProfileRESTController.php"
  102. type: rest
  103. prefix: /api
  104. ftth_onu_template_api:
  105. resource: "@FTTHBundle/Controller/REST/ONUTemplateRESTController.php"
  106. type: rest
  107. prefix: /api
  108. ftth_vlan_id_api:
  109. resource: "@FTTHBundle/Controller/REST/VLanIDRESTController.php"
  110. type: rest
  111. prefix: /api
  112. ftth_traffic_profile_api:
  113. resource: "@FTTHBundle/Controller/REST/TrafficProfileRESTController.php"
  114. type: rest
  115. prefix: /api
  116. ftth_tcont_profile_api:
  117. resource: "@FTTHBundle/Controller/REST/TContProfileRESTController.php"
  118. type: rest
  119. prefix: /api
  120. ftth_client_onus_api:
  121. resource: "@FTTHBundle/Controller/REST/ClientONURESTController.php"
  122. type: rest
  123. prefix: /api
  124. ftth_client_onu:
  125. resource: "@FTTHBundle/Controller/REST/ClientRESTController.php"
  126. type: annotation
  127. prefix: /api