Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-02-24 09:42:20 +00:00
parent 700dd6bb01
commit 7eab772cf0
4 changed files with 60 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"manifests": {
"corytech/php-openapi": {
"manifest": {
"bundles": {
"Corytech\\OpenApi\\CorytechOpenApiBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/corytech_open_api.yaml": {
"contents": [
"corytech_open_api:",
" handle_exceptions_on_path_prefixes:",
" - \"/api/v1\"",
""
],
"executable": false
}
},
"ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066"
}
}
}