This commit is contained in:
Flaminel
2025-05-17 19:16:59 +03:00
parent d8d6e31395
commit 1b47921ac5
148 changed files with 422 additions and 1930 deletions

View File

@@ -16,6 +16,6 @@ var app = builder.Build();
app.ConfigureApi();
// Initialize the host
((IHost)app).Init();
await app.Init();
app.Run();
await app.RunAsync();