mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 08:17:59 +01:00
Untangling the mods.
This commit is contained in:
parent
1d82e882ed
commit
4972dd1c9f
39 changed files with 883 additions and 935 deletions
|
|
@ -26,10 +26,10 @@ public class HttpApi : IDisposable
|
|||
private readonly IPenumbraApi _api;
|
||||
private WebServer? _server;
|
||||
|
||||
public HttpApi(IPenumbraApi api)
|
||||
public HttpApi(Configuration config, IPenumbraApi api)
|
||||
{
|
||||
_api = api;
|
||||
if (Penumbra.Config.EnableHttpApi)
|
||||
if (config.EnableHttpApi)
|
||||
CreateWebServer();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue