Skip to content

Commit

Permalink
removed dbinitializer again
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbjurlin committed Dec 10, 2023
1 parent 9f743e8 commit a869938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
var services = scope.ServiceProvider;

var context = services.GetRequiredService<GalleryContext>();
DbInitializer.Initialize(context);
//DbInitializer.Initialize(context);
}

app.UseHttpsRedirection();
Expand Down

0 comments on commit a869938

Please sign in to comment.