Fixed some Issues and made PrivateList Ready for basic uses
This commit is contained in:
@@ -146,9 +146,8 @@ using (var scope = app.Services.CreateScope())
|
||||
|
||||
await CouchLogDB.SaveChangesAsync();
|
||||
|
||||
//OnStartUp onStartUp = new(CouchLogDB);
|
||||
//onStartUp.AddBasicGenresToDatabase();
|
||||
|
||||
OnStartUp onStartUp = new(CouchLogDB);
|
||||
onStartUp.AddBasicDatabaseEntries();
|
||||
}
|
||||
|
||||
app.Run();
|
||||
Reference in New Issue
Block a user