добавлено чтение с db
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user