Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-11-12 14:52:32 +00:00
parent e105920c3a
commit d36ab15b52
52 changed files with 2155 additions and 2109 deletions
+13 -13
View File
@@ -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