Added new db connection and health check endpoint

This commit is contained in:
2026-02-17 21:02:24 +02:00
parent 9b86b95808
commit 7cb5c1aa7e
8 changed files with 85 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.0" />
</ItemGroup>
</Project>