Create Flex endpoint

This commit is contained in:
github-action[bot]
2026-08-20 11:19:50 +00:00
commit 6e00ff20cb
4 changed files with 104 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"manifests": {
"symfony/webhook": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/webhook.yaml": {
"contents": [
"webhook:",
" resource: '@FrameworkBundle/Resources/config/routing/webhook.xml'",
" prefix: /webhook",
""
],
"executable": false
}
},
"ref": "0bc853a74c98e448116ba53e118a7b6b3cdf9a03"
}
}
}