more models and consolidation

This commit is contained in:
Alex
2025-01-05 20:28:54 +00:00
parent 76f9830a7e
commit abf15257cd
325 changed files with 1260996 additions and 191 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public static class Program
// TODO: deal with modding overriding services here!
var httpServer = builder.Services.BuildServiceProvider().GetService<IHttpServer>();
var httpServer = builder.Services.BuildServiceProvider().GetService<HttpServer>();
httpServer.Load(builder);
}