This commit is contained in:
2025-07-24 10:47:20 +02:00
parent df4cd1c8a7
commit 601d99bccd
3 changed files with 72 additions and 2 deletions

View File

@@ -151,5 +151,5 @@ app.UseAuthentication();
app.UseAuthorization();
app.MapControllers();
app.UseStaticFiles();
app.Run();