]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config routes web profiler yaml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:57:33 +0000 (11:57 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:57:33 +0000 (11:57 +0100)
Add web profiler dev routes

config/routes/web_profiler.yaml [new file with mode: 0644]

diff --git a/config/routes/web_profiler.yaml b/config/routes/web_profiler.yaml
new file mode 100644 (file)
index 0000000..8d85319
--- /dev/null
@@ -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