Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-02-26 10:22:25 +00:00
parent dbd06d424c
commit d019d859ee
4 changed files with 59 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"manifests": {
"easycorp/easyadmin-bundle": {
"manifest": {
"bundles": {
"EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/easyadmin.yaml": {
"contents": [
"easyadmin:",
" resource: .",
" type: easyadmin.routes",
""
],
"executable": false
}
},
"ref": "13b3e524d1038a6861ad6c7fc64e31b644ba0c54"
}
}
}