From 6a7eb1a9f60acd820454b7a1b821d61351cb5102 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:57:33 +0100 Subject: [PATCH] Readd config routes web profiler yaml file Add web profiler dev routes --- config/routes/web_profiler.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/routes/web_profiler.yaml 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 -- 2.41.0