Created all validators
This commit is contained in:
@@ -63,7 +63,4 @@ app.UseAuthentication()
|
||||
|
||||
// app.UseCors();
|
||||
|
||||
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureDeleted();
|
||||
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureCreated();
|
||||
|
||||
app.Run();
|
||||
Reference in New Issue
Block a user