diff options
author | devega <miguel.vega@sic.uhu.es> | 2020-03-23 10:10:50 +0100 |
---|---|---|
committer | devega <miguel.vega@sic.uhu.es> | 2020-03-23 10:10:50 +0100 |
commit | aafce73629d6b5f5d0a055e109d6112a4bccbb14 (patch) | |
tree | 5603a10758123d8c807e3de88c25d5c63eee218c /admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml | |
parent | 2d61161b3b6ca0c22b860ea44f0dbf21af490e8e (diff) |
Updated Symfony 3.x to 4.x
Diffstat (limited to 'admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml')
-rw-r--r-- | admin/WebConsole3/backend/config/routes/dev/web_profiler.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |