revert route for 2.3, create branch for 3.0 (#1919)

This commit is contained in:
Tac Tacelosky
2026-01-12 15:53:28 +01:00
committed by GitHub
parent bc4470e94b
commit 8f26fb2dd5
3 changed files with 11 additions and 1 deletions
@@ -1,2 +1,2 @@
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.php"
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"
@@ -0,0 +1,2 @@
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.php"
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}