Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-01-11 06:22:36 +00:00
parent 7ee985ef5c
commit 214e9de9d7
2 changed files with 29 additions and 2 deletions
@@ -0,0 +1,27 @@
{
"manifests": {
"friendsofsymfony/jsrouting-bundle": {
"manifest": {
"bundles": {
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/fos_js_routing.yaml": {
"contents": [
"fos_js_routing:",
" resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.php\"",
""
],
"executable": false
}
},
"ref": "03986bbad9dcc3e367036a6b4f48ec469a4b1bf4"
}
}
}
+2 -2
View File
@@ -15,13 +15,13 @@
"config/routes/fos_js_routing.yaml": {
"contents": [
"fos_js_routing:",
" resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml\"",
" resource: \"@FOSJsRoutingBundle/Resources/config/routing/routing.php\"",
""
],
"executable": false
}
},
"ref": "a9f2e49180f75cdc71ae279a929c4b2e0638de84"
"ref": "03986bbad9dcc3e367036a6b4f48ec469a4b1bf4"
}
}
}