Add health check endpoint and update namespace (#1504)

* Add health check endpoint and update namespace

* fix Error: Should end with a newline

---------

Co-authored-by: ketut-angga <ketut.angga@balabali.com>
This commit is contained in:
ketut angga
2023-05-06 18:46:05 +02:00
committed by GitHub
co-authored by ketut-angga
parent ee13e671f9
commit 5574cf938c
2 changed files with 4 additions and 1 deletions
@@ -0,0 +1,3 @@
logbook_health:
resource: "@LogbookBundle/Resources/config/routes.yaml"
prefix: /logbook-health
+1 -1
View File
@@ -1,6 +1,6 @@
{
"bundles": {
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": ["all"]
"Solvrtech\\Logbook\\LogbookBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"