feat(bff): placeholder BFF + /health endpoint (closes #28) (#34)

This commit was merged in pull request #34.
This commit is contained in:
2026-06-03 11:38:08 +00:00
parent 364d2eceb2
commit dfbaf7640a
11 changed files with 145 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}