From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:57:33 +0000 (+0100) Subject: Readd config routes web profiler yaml file X-Git-Tag: 0.1.0~34 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/6a7eb1a9f60acd820454b7a1b821d61351cb5102 Readd config routes web profiler yaml file Add web profiler dev routes --- diff --git a/config/routes/web_profiler.yaml b/config/routes/web_profiler.yaml new file mode 100644 index 0000000..8d85319 --- /dev/null +++ b/config/routes/web_profiler.yaml @@ -0,0 +1,8 @@ +when@dev: + web_profiler_wdt: + resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml' + prefix: /_wdt + + web_profiler_profiler: + resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml' + prefix: /_profiler