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