on update and on load order

This commit is contained in:
Alex
2025-01-11 18:30:38 +00:00
parent 18c901c2af
commit d5958dff31
14 changed files with 50 additions and 38 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using Core.Servers;
namespace Core.Callbacks;
[Injectable(InjectionType.Singleton, typePriority: OnLoadOrder.HttpCallbacks)]
[Injectable(InjectionType.Singleton, InjectableTypeOverride = typeof(OnLoad), TypePriority = OnLoadOrder.HttpCallbacks)]
public class HttpCallbacks : OnLoad
{
private readonly HttpServer _httpServer;