mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 03:26:23 +03:00
Update Flex endpoint
This commit is contained in:
@@ -13,15 +13,14 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/dev/web_profiler.yaml": {
|
||||
"config/packages/dev/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
||||
" prefix: /_wdt",
|
||||
"web_profiler:",
|
||||
" toolbar: true",
|
||||
" intercept_redirects: false",
|
||||
"",
|
||||
"web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
||||
" prefix: /_profiler",
|
||||
"framework:",
|
||||
" profiler: { only_exceptions: false }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -38,14 +37,15 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/web_profiler.yaml": {
|
||||
"config/routes/dev/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"web_profiler:",
|
||||
" toolbar: true",
|
||||
" intercept_redirects: false",
|
||||
"web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
"framework:",
|
||||
" profiler: { only_exceptions: false }",
|
||||
"web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
Reference in New Issue
Block a user