Run main program async.

This commit is contained in:
2025-05-10 15:11:39 +01:00
parent a37e09c392
commit b78316187f

View File

@@ -172,4 +172,4 @@ using(IServiceScope scope = app.Services.CreateScope())
Console.WriteLine("\e[31;1mStarting web server...\e[0m");
app.Run();
await app.RunAsync();