add better initialization

This commit is contained in:
Pilzinsel64
2025-10-09 07:26:42 +02:00
parent 5e035b43df
commit ccb9f8350e
7 changed files with 40 additions and 10 deletions

View File

@@ -30,4 +30,5 @@ public interface IApiServer
Dictionary<string, string[]> GetEndpoints();
void Stop(bool graceful);
void Restart(bool graceful);
T? GetHandler<T>();
}