This commit is contained in:
@@ -41,6 +41,7 @@ if (!app.Environment.IsDevelopment())
|
||||
app.UseStaticFiles();
|
||||
app.UseAntiforgery();
|
||||
app.MapControllers();
|
||||
app.UseForwardedHeaders();
|
||||
|
||||
app.MapRazorComponents<App>();
|
||||
// .AddInteractiveServerRenderMode();
|
||||
|
||||
Reference in New Issue
Block a user