Skip to content

Commit

Permalink
feat: adding async method
Browse files Browse the repository at this point in the history
  • Loading branch information
raffreitas committed Dec 15, 2024
1 parent 13bf1ce commit a0c7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyRecipes.API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

MigrateDatabase();

app.Run();
await app.RunAsync();

void MigrateDatabase()
{
Expand Down

0 comments on commit a0c7c55

Please sign in to comment.