insert datas
This commit is contained in:
@@ -63,4 +63,7 @@ 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