Add peer expiration

This commit is contained in:
Tech Garage 2023-06-23 17:00:49 +03:30
parent 2d67540e13
commit 2ecb92eef6
94 changed files with 43258 additions and 49 deletions

View file

@ -59,7 +59,7 @@ app.UseHttpsRedirection();
// Ensure Database Exists
var serviceScope = app.Services.CreateScope().ServiceProvider;
serviceScope.GetService<DBContext>().Database.EnsureCreated();
//serviceScope.GetService<DBContext>().Database.EnsureCreated();
if (!app.Environment.IsDevelopment())
app.UseStaticFiles();