add better initialization
This commit is contained in:
@@ -30,4 +30,5 @@ public interface IApiServer
|
||||
Dictionary<string, string[]> GetEndpoints();
|
||||
void Stop(bool graceful);
|
||||
void Restart(bool graceful);
|
||||
T? GetHandler<T>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user