From d5b56efdd71fef35a99ee0ff227b4c01eeb7813c Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 23 Dec 2025 19:23:48 +0100 Subject: [PATCH] fix: Added StaticFiles may this fix the Linux problems --- CouchLog/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CouchLog/Program.cs b/CouchLog/Program.cs index 1edd7a6..71f4d02 100644 --- a/CouchLog/Program.cs +++ b/CouchLog/Program.cs @@ -50,6 +50,7 @@ else app.UseHttpsRedirection(); +app.UseStaticFiles(); app.UseAntiforgery(); -- 2.49.1