We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5233f commit 6075159Copy full SHA for 6075159
Streetcode/Streetcode.WebApi/Program.cs
@@ -78,6 +78,7 @@
78
}
79
80
await app.ApplyMigrations();
81
+await app.SeedDataAsync();
82
83
app.AddCleanAudiosJob();
84
app.AddCleanImagesJob();
0 commit comments