Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-05-06 16:46:20 +00:00
parent 6c92074cfb
commit d686a411ce
2 changed files with 52 additions and 2 deletions
@@ -0,0 +1,41 @@
{
"manifests": {
"solvrtech/symfony-logbook": {
"manifest": {
"bundles": {
"Solvrtech\\Logbook\\LogbookBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/logbook.yaml": {
"contents": [
"logbook:",
" api:",
" # The base url of logbook app.",
" url: \"\"",
"",
" # The API key of logbook client app.",
" key: \"\"",
""
],
"executable": false
},
"config/routes/logbook.yaml": {
"contents": [
"logbook_health:",
" resource: \"@LogbookBundle/Resources/config/routes.yaml\"",
" prefix: /logbook-health",
""
],
"executable": false
}
},
"ref": "e9aa1907bcec92a4fdd4213d6bea62a857ce0448"
}
}
}
+11 -2
View File
@@ -3,7 +3,7 @@
"solvrtech/symfony-logbook": {
"manifest": {
"bundles": {
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": [
"Solvrtech\\Logbook\\LogbookBundle": [
"all"
]
},
@@ -24,9 +24,18 @@
""
],
"executable": false
},
"config/routes/logbook.yaml": {
"contents": [
"logbook_health:",
" resource: \"@LogbookBundle/Resources/config/routes.yaml\"",
" prefix: /logbook-health",
""
],
"executable": false
}
},
"ref": "49b49e5361504991ac7beb03660c1782652481a5"
"ref": "e9aa1907bcec92a4fdd4213d6bea62a857ce0448"
}
}
}