DarkflameServer/dChatServer/ChatWebApi.h
Aaron Kimbre 77143fc2cf rename files
use config vars to disable the api and whitelist listen IP
2024-04-25 09:21:59 -05:00

7 lines
97 B
C++

#include "httplib.h"
namespace ChatWebApi {
void Listen(const uint32_t port);
void Stop();
};