mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-19 19:20:13 +00:00
Make startup cleaner and don't listen by default
This commit is contained in:
@@ -12,6 +12,7 @@ public:
|
||||
ChatWebAPI();
|
||||
~ChatWebAPI();
|
||||
void ReceiveRequests();
|
||||
void Listen();
|
||||
private:
|
||||
struct mg_mgr mgr;
|
||||
static void HandleRequests(struct mg_connection *c, int ev, void *ev_data);
|
||||
|
||||
Reference in New Issue
Block a user