mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
14 lines
333 B
YAML
14 lines
333 B
YAML
_wdt:
|
|
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
|
|
prefix: /_wdt
|
|
|
|
_profiler:
|
|
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
|
|
prefix: /_profiler
|
|
|
|
_errors:
|
|
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
|
|
prefix: /_error
|
|
|
|
_main:
|
|
resource: routing.yml
|