Slight refactor to webserver init

This commit is contained in:
Archangel
2025-02-20 15:19:50 +01:00
parent 591824f3cc
commit 355d985349
2 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public static class Program
// object, which we can use here to start the webapp.
if (httpServerHelper != null)
{
appContext?.GetLatestValue(ContextVariableType.WEB_APPLICATION)?.GetValue<WebApplication>().Run(httpServerHelper.GetBackendUrl());
appContext?.GetLatestValue(ContextVariableType.WEB_APPLICATION)?.GetValue<WebApplication>().Run();
}
}
catch (Exception ex)