Browse Source

profiler

imwald
Nuša Pukšič 3 months ago
parent
commit
a47d7d47fe
  1. 16
      config/routes/web_profiler.yaml

16
config/routes/web_profiler.yaml

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
web_profiler_wdt:
resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'
prefix: /_wdt
web_profiler_profiler:
resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'
prefix: /_profiler
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

Loading…
Cancel
Save