Skip to content

Commit 371aee5

Browse files
committed
test 3
1 parent 6dfcbcd commit 371aee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
app.UseSecurityHeaders();
8484

8585
app.UseHttpsRedirection();
86-
app.UseStaticFiles();
8786
app.UseRouting();
8887
app.UseNoUnauthorizedRedirect("/api");
8988

@@ -103,6 +102,8 @@
103102
}
104103
}
105104

105+
app.UseStaticFiles();
106+
106107
app.MapFallbackToPage("/_Host");
107108

108109
app.Run();

0 commit comments

Comments
 (0)