123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- radius_nas_api:
- resource: "@RadiusBundle/Controller/REST/NASRESTController.php"
- type: rest
- prefix: /api
- radius_nas_model_api:
- resource: "@RadiusBundle/Controller/REST/NASModelRESTController.php"
- type: rest
- prefix: /api
- radius:
- resource: "@RadiusBundle/Controller/"
- type: annotation
- prefix: /
- login:
- path: /admin/login
- defaults:
- _controller: FrameworkBundle:Redirect:urlRedirect
- path: /connect/login
- permanent: true
- connect-login:
- path: /login/
- defaults:
- _controller: FrameworkBundle:Redirect:redirect
- route: hwi_oauth_service_redirect
- service: login
- permanent: true
- logout:
- path: /logout
- homepage:
- path: /
- defaults:
- _controller: FrameworkBundle:Redirect:urlRedirect
- path: /admin/dashboard
- permanent: true
- webservice:
- resource: "@WebserviceBundle/Resources/config/routing.yml"
- prefix: /
- ftth:
- resource: "@FTTHBundle/Resources/config/routing.yml"
- prefix: /
- _sonata:
- resource: "routing_sonata.yml"
- FTTHBundle:
- resource: "@FTTHBundle/Resources/config/routing/admin.xml"
- prefix: /
- base_oauth_client:
- resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
- base_hwioauthbundle_oauth_client:
- resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
- workflow:
- resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
- prefix: /
- base_admin_alert:
- resource: "@BaseAdminBundle/Controller/"
- type: annotation
- prefix: /
- map:
- resource: "@MapBundle/Resources/config/routing.yml"
- audit:
- resource: "@AuditBundle/Controller/"
- type: annotation
- prefix: /
- base_admin:
- resource: "@BaseAdminBundle/Resources/config/routing.yml"
- ftth_onu_api:
- resource: "@FTTHBundle/Controller/REST/ONURESTController.php"
- type: rest
- prefix: /api
- ftth_profile_api:
- resource: "@FTTHBundle/Controller/REST/ProfileRESTController.php"
- type: rest
- prefix: /api
- ftth_onu_model_api:
- resource: "@FTTHBundle/Controller/REST/ONUModelRESTController.php"
- type: rest
- prefix: /api
- ftth_olt_model_api:
- resource: "@FTTHBundle/Controller/REST/OLTModelRESTController.php"
- type: rest
- prefix: /api
- ftth_nap_api:
- resource: "@FTTHBundle/Controller/REST/NAPRESTController.php"
- type: rest
- prefix: /api
- ftth_olt_api:
- resource: "@FTTHBundle/Controller/REST/OLTRESTController.php"
- type: rest
- prefix: /api
- ftth_olt_model:
- resource: "@FTTHBundle/Controller/OLTModelController.php"
- type: annotation
- prefix: /
- ftth_onu_template:
- resource: "@FTTHBundle/Controller/ONUTemplateController.php"
- type: annotation
- prefix: /
- ftth_onu_profile_api:
- resource: "@FTTHBundle/Controller/REST/ONUProfileRESTController.php"
- type: rest
- prefix: /api
- ftth_vlan_profile_api:
- resource: "@FTTHBundle/Controller/REST/VLanProfileRESTController.php"
- type: rest
- prefix: /api
- ftth_onu_template_api:
- resource: "@FTTHBundle/Controller/REST/ONUTemplateRESTController.php"
- type: rest
- prefix: /api
- ftth_vlan_id_api:
- resource: "@FTTHBundle/Controller/REST/VLanIDRESTController.php"
- type: rest
- prefix: /api
- ftth_traffic_profile_api:
- resource: "@FTTHBundle/Controller/REST/TrafficProfileRESTController.php"
- type: rest
- prefix: /api
- ftth_tcont_profile_api:
- resource: "@FTTHBundle/Controller/REST/TContProfileRESTController.php"
- type: rest
- prefix: /api
- ftth_client_onus_api:
- resource: "@FTTHBundle/Controller/REST/ClientONURESTController.php"
- type: rest
- prefix: /api
- ftth_client_onu:
- resource: "@FTTHBundle/Controller/REST/ClientRESTController.php"
- type: annotation
- prefix: /api
|