summaryrefslogtreecommitdiff
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Program.cs b/Program.cs
index 91c4c5d..7a4bd1d 100644
--- a/Program.cs
+++ b/Program.cs
@@ -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