fix: Added StaticFiles may this fix the Linux problems

This commit is contained in:
2025-12-23 19:23:48 +01:00
parent d0d9fcc304
commit d5b56efdd7

View File

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