mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-14 17:35:17 +01:00
22 lines
579 B
YAML
22 lines
579 B
YAML
_wdt:
|
|
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
|
|
prefix: /_wdt
|
|
|
|
_profiler:
|
|
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
|
|
prefix: /_profiler
|
|
|
|
_configurator:
|
|
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
|
|
prefix: /_configurator
|
|
|
|
_errors:
|
|
resource: "@TwigBundle/Resources/config/routing/errors.xml"
|
|
prefix: /_error
|
|
|
|
_main:
|
|
resource: routing.yml
|
|
|
|
# AcmeDemoBundle routes (to be removed)
|
|
_acme_demo:
|
|
resource: "@AcmeDemoBundle/Resources/config/routing.yml" |