добавлено чтение с db

This commit is contained in:
2026-01-18 14:42:32 +04:00
parent 16718ba551
commit faf209f946
5 changed files with 34 additions and 15 deletions

View File

@@ -7,11 +7,6 @@ builder.Services.AddRazorPages(options =>
options.Conventions.ConfigureFilter(new IgnoreAntiforgeryTokenAttribute());
});
builder.WebHost.ConfigureKestrel(serverOptions =>
{
serverOptions.ListenAnyIP(5146);
});
var app = builder.Build();
app.MapRazorPages();
app.UseStaticFiles();