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();