diff options
Diffstat (limited to 'admin/WebConsole3/backend/config/routes')
4 files changed, 16 insertions, 0 deletions
diff --git a/admin/WebConsole3/backend/config/routes/annotations.yaml b/admin/WebConsole3/backend/config/routes/annotations.yaml new file mode 100644 index 00000000..89e306b7 --- /dev/null +++ b/admin/WebConsole3/backend/config/routes/annotations.yaml @@ -0,0 +1,3 @@ +#controllers: +# resource: ../../src/Controller/ +# type: annotation diff --git a/admin/WebConsole3/backend/config/routes/dev/twig.yaml b/admin/WebConsole3/backend/config/routes/dev/twig.yaml new file mode 100644 index 00000000..f4ee8396 --- /dev/null +++ b/admin/WebConsole3/backend/config/routes/dev/twig.yaml @@ -0,0 +1,3 @@ +_errors: + resource: '@TwigBundle/Resources/config/routing/errors.xml' + prefix: /_error diff --git a/admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml b/admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml new file mode 100644 index 00000000..c82beff2 --- /dev/null +++ b/admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml @@ -0,0 +1,7 @@ +web_profiler_wdt: + resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' + prefix: /_wdt + +web_profiler_profiler: + resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' + prefix: /_profiler diff --git a/admin/WebConsole3/backend/config/routes/nelmio_api_doc.yaml b/admin/WebConsole3/backend/config/routes/nelmio_api_doc.yaml new file mode 100644 index 00000000..58ebd413 --- /dev/null +++ b/admin/WebConsole3/backend/config/routes/nelmio_api_doc.yaml @@ -0,0 +1,3 @@ +NelmioApiDocBundle: + resource: "@NelmioApiDocBundle/Resources/config/routing.yml" + prefix: /api/doc |