wallabag/app/config/routing_dev.yml

15 lines
328 B
YAML
Raw Normal View History

2015-01-22 07:30:07 +00:00
_wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
2016-06-24 09:28:07 +00:00
prefix: /_wdt
2015-01-22 07:30:07 +00:00
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
2016-06-24 09:28:07 +00:00
prefix: /_profiler
2015-01-22 07:30:07 +00:00
_errors:
resource: '@TwigBundle/Resources/config/routing/errors.xml'
2016-06-24 09:28:07 +00:00
prefix: /_error
2015-01-22 07:30:07 +00:00
_main:
resource: routing.yml