Skip to content

Commit

Permalink
Fix routing on pages without authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Sep 13, 2024
1 parent 291d783 commit e76fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geopilot.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@

app.MapReverseProxy();

app.MapFallbackToFile("index.html");
app.MapFallbackToFile("index.html").AllowAnonymous();

app.Run();

0 comments on commit e76fbf0

Please sign in to comment.