123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- i_pv4_sub_net_api:
- resource: "@IPv4Bundle/Controller/REST/SubNetRESTController.php"
- type: rest
- prefix: /api
- i_pv4_pool_api:
- resource: "@IPv4Bundle/Controller/REST/PoolRESTController.php"
- type: rest
- prefix: /api
- i_pv4_net_group_api:
- resource: "@IPv4Bundle/Controller/REST/NetGroupRESTController.php"
- type: rest
- prefix: /api
- i_pv4_host_type_api:
- resource: "@IPv4Bundle/Controller/REST/HostTypeRESTController.php"
- type: rest
- prefix: /api
- i_pv4_host_api:
- resource: "@IPv4Bundle/Controller/REST/HostRESTController.php"
- type: rest
- prefix: /api
- i_pv4:
- resource: "@IPv4Bundle/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: /
- base_oauth_client:
- resource: "@BaseOAuthClientBundle/Resources/config/routing.yml"
- base_hwioauthbundle_oauth_client:
- resource: "@BaseOAuthClientBundle/Resources/config/hwioauthbundle/routing.yml"
- base_admin_alert:
- resource: "@BaseAdminBundle/Controller/"
- type: annotation
- prefix: /
- audit:
- resource: "@AuditBundle/Controller/"
- type: annotation
- prefix: /
- base_admin:
- resource: "@BaseAdminBundle/Resources/config/routing.yml"
- _sonata:
- resource: "bundles/sonata-project/admin-bundle/routing.yml"
- admin_tenancy_change_tenancy_global_ajax:
- path: changeTenancyAjaxAction
- defaults: { _controller: BaseAdminBundle:RedirectionAjax:changeTenancyAjax }
|