mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Run main program async.
This commit is contained in:
@@ -172,4 +172,4 @@ using(IServiceScope scope = app.Services.CreateScope())
|
||||
|
||||
Console.WriteLine("\e[31;1mStarting web server...\e[0m");
|
||||
|
||||
app.Run();
|
||||
await app.RunAsync();
|
||||
Reference in New Issue
Block a user