sf-api-example/app/config/routing_dev.yml

19 lines
431 B
YAML
Raw Normal View History

2016-11-23 14:39:22 +01:00
_wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_errors:
resource: "@TwigBundle/Resources/config/routing/errors.xml"
prefix: /_error
2016-11-23 17:48:33 +01:00
_api_doc:
resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
prefix: /api/doc
2016-11-23 14:39:22 +01:00
_main:
resource: routing.yml