Skip to content

Commit

Permalink
ECER-485: added fallback middleware (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl authored Dec 7, 2023
1 parent 22f1168 commit a07a321
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

app.UseDefaultFiles();
app.UseStaticFiles();
app.MapFallbackToFile("index.html");
app.UseCors();

if (app.Environment.IsDevelopment())
Expand Down

0 comments on commit a07a321

Please sign in to comment.