fix: Added StaticFiles may this fix the Linux problems #16

Merged
Penry merged 1 commits from FixDatabasePathForLinux into main 2025-12-23 19:24:15 +01:00

View File

@@ -50,6 +50,7 @@ else
app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseAntiforgery();