Update Http Library
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int argc, char** argv)
|
||||
|
||||
DataStorage::DataStorageClient dataStorageClient(pMySQLClient, table);
|
||||
DataStorageInterface::DataInterface::GraphClient graphClient(pMySQLClient.get());
|
||||
auto callback = std::bind(&DataStorageInterface::API::WebAPI::ProcessQuery, &dataStorageClient, &graphClient, std::placeholders::_1, std::placeholders::_2);
|
||||
Http::HttpServer::CallbackMethod callback = std::bind(&DataStorageInterface::API::WebAPI::ProcessQuery, &dataStorageClient, &graphClient, std::placeholders::_1, std::placeholders::_2);
|
||||
|
||||
Http::HttpServer server(port, callback);
|
||||
Logging::Log(Logging::Severity::Info, "Startup Complete");
|
||||
|
||||
Reference in New Issue
Block a user