mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-19 19:20:13 +00:00
even more cleanup, and make the tryparse work properly
This commit is contained in:
@@ -18,7 +18,6 @@ private:
|
||||
static void HandleRequests(struct mg_connection *c, int ev, void *ev_data);
|
||||
inline static const std::string root_path = "/api/v1/";
|
||||
inline static const char * json_content_type = "Content-Type: application/json\r\n";
|
||||
static std::optional<json> ParseJSON(char * data);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user