Fixed that shitty two-server construct

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-24 15:35:07 +02:00
parent 48ad3ba7fe
commit 99c429872b
14 changed files with 56 additions and 171 deletions

View File

@@ -11,7 +11,7 @@ namespace Rest
public:
static void PreInit();
static bool ProcessQuery(const JasonPP::Json& request, JasonPP::JsonBlock& responseBody, HTTP_STATUS_CODE& responseCode);
static bool ProcessQuery(const std::string clientAdress, const JasonPP::Json& request, JasonPP::JsonBlock& responseBody, HTTP_STATUS_CODE& responseCode);
static void PostExit();