Add StatusController, improve local game logic, and enable Swagger in API

This commit is contained in:
2026-02-22 19:01:43 +01:00
committed by Jonas
parent 7395b6d3bf
commit f98d9e79b2
8 changed files with 218 additions and 7 deletions
+1 -4
View File
@@ -8,10 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.12" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controllers\" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
</ItemGroup>
</Project>