[routing] Remove useless config in routes.yaml (#1075)

This commit is contained in:
Kévin Dunglas
2022-05-02 14:42:28 +02:00
committed by GitHub
parent 3c9d3a040c
commit 50753590a5
3 changed files with 24 additions and 0 deletions
@@ -0,0 +1,12 @@
framework:
router:
utf8: true
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost
when@prod:
framework:
router:
strict_requirements: null
+3
View File
@@ -0,0 +1,3 @@
controllers:
resource: ../src/Controller/
type: attribute
+9
View File
@@ -0,0 +1,9 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["router"],
"conflict": {
"symfony/framework-bundle": "<5.3"
}
}