Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-08-22 14:25:41 +00:00
parent e78303bc97
commit 5c405a3b3d
2 changed files with 47 additions and 5 deletions
@@ -0,0 +1,44 @@
{
"manifests": {
"symfony/routing": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<7.0"
}
},
"files": {
"config/packages/routing.yaml": {
"contents": [
"framework:",
" router:",
" # 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",
""
],
"executable": false
},
"config/routes.yaml": {
"contents": [
"# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json",
"",
"controllers:",
" resource: attributes",
" type: tagged_services",
""
],
"executable": false
}
},
"ref": "574bf834d51f814a614ddb470a4065384404410a"
}
}
}
+3 -5
View File
@@ -31,16 +31,14 @@
"# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json",
"",
"controllers:",
" resource:",
" path: ../src/Controller/",
" namespace: App\\Controller",
" type: attribute",
" resource: attributes",
" type: tagged_services",
""
],
"executable": false
}
},
"ref": "bd259b5981e5efc66318729cd6de7bde726d8421"
"ref": "574bf834d51f814a614ddb470a4065384404410a"
}
}
}