Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Nov 29, 2024
2 parents 8d78d06 + d948d82 commit 1a370b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MementoMori.WebUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static void Main(string[] args)
// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment()) app.UseExceptionHandler("/Error");

app.MapStaticAssets();
app.UseStaticFiles();
app.UseAntiforgery();
app.MapRazorComponents<App>()
.AddAdditionalAssemblies(typeof(Index).Assembly)
Expand Down

0 comments on commit 1a370b4

Please sign in to comment.