Skip to content

Commit baa7973

Browse files
committed
Update Program.cs
1 parent 21645e8 commit baa7973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/API/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343

4444
app.MapControllers();
4545

46-
await app.SeedDatabase();
46+
app.SeedDatabase().Wait();
4747

4848
app.Run();

0 commit comments

Comments
 (0)