smol stuff

This commit is contained in:
Alex
2025-01-11 18:03:12 +00:00
parent ba78a15613
commit 774758796d
18 changed files with 83 additions and 23 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ using Core.Servers;
namespace Core.Callbacks;
[Injectable(InjectionType.Singleton, typePriority: 1)]
[Injectable(InjectionType.Singleton, typePriority: OnLoadOrder.HttpCallbacks)]
public class HttpCallbacks : OnLoad
{
private readonly HttpServer _httpServer;
@@ -31,4 +31,4 @@ public class HttpCallbacks : OnLoad
{
return "";
}
}
}