started work on /checkandpush

This commit is contained in:
moneroexamples 2016-09-27 17:06:51 +08:00
parent 119afa0e37
commit 2aff4fc98e
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ int main(int ac, const char* av[]) {
CROW_ROUTE(app, "/checkandpush").methods("POST"_method)
([&](const crow::request& req) {
//string rawtxdata = string(req.post().get("rawtxdata"));
//crow::query_string post_data = crow::query_string(req.body);
//crow::query_string post_data = crow::query_string(string("?#")+req.body);
//cout << post_data.get("rawtxdata") << endl;
cout << req.body << endl;