1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- 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
|