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

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "10.0.203",
"rollForward": "latestFeature"
}
}