This commit is contained in:
Aaron Kimbre 2024-04-21 22:02:25 -05:00
parent ed7b33d8ab
commit 850ad2aa15
2 changed files with 2 additions and 2 deletions

View File

@ -80,4 +80,4 @@ void ChatHttpApi::Listen(const uint32_t port) {
void ChatHttpApi::Stop(){
m_APIServer.stop();
}
}

View File

@ -3,4 +3,4 @@
namespace ChatHttpApi {
void Listen(const uint32_t port);
void Stop();
};
};