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