mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-11 23:35:43 -04:00
fix #12
This commit is contained in:
@@ -16,6 +16,6 @@ var app = builder.Build();
|
||||
app.ConfigureApi();
|
||||
|
||||
// Initialize the host
|
||||
((IHost)app).Init();
|
||||
await app.Init();
|
||||
|
||||
app.Run();
|
||||
await app.RunAsync();
|
||||
Reference in New Issue
Block a user