We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8e367 commit 4871935Copy full SHA for 4871935
Todo.Web/Server/Program.cs
@@ -40,7 +40,7 @@
40
}
41
42
app.UseHttpsRedirection();
43
-app.UseStaticFiles();
+app.MapStaticAssets();
44
app.UseAntiforgery();
45
46
app.MapRazorComponents<App>()
0 commit comments