[CHANGE] Remove anon accounts && added simple caching for urls
This commit is contained in:
@@ -10,6 +10,8 @@ builder.Services.AddRazorComponents()
|
||||
|
||||
AppContext.SetSwitch("System.Net.Http.EnableActivityPropagation", false);
|
||||
|
||||
builder.Services.AddControllers();
|
||||
|
||||
/* Manager */
|
||||
builder.SetupLogging();
|
||||
builder.SetupSettings();
|
||||
@@ -32,6 +34,7 @@ app.UseHttpsRedirection();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseAntiforgery();
|
||||
app.MapControllers();
|
||||
|
||||
app.MapRazorComponents<App>()
|
||||
.AddInteractiveServerRenderMode();
|
||||
|
Reference in New Issue
Block a user