diff options
Diffstat (limited to 'Program.cs')
-rw-r--r-- | Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ app.MapControllers(); app.MapDefaultControllerRoute(); var context = app.Services.CreateScope().ServiceProvider.GetRequiredService<DataContext>(); - +SeedData.SeedDatabase(context); app.Run();
\ No newline at end of file |