Фикс багов
All checks were successful
Build and deploy / Publish image (push) Successful in 1m5s

This commit is contained in:
2025-01-02 17:39:43 +03:00
parent a68fcbb8d9
commit fe7bc86a85
7 changed files with 75 additions and 47 deletions

View File

@@ -48,6 +48,7 @@ if (!app.Environment.IsDevelopment())
app.UseStaticFiles();
app.UseAntiforgery();
app.MapControllers();
app.UseAuthorization();
app.UseForwardedHeaders();
app.MapRazorComponents<App>();