temp change of tx route

add_selenium_testing
moneroexamples 8 years ago
parent b3cecb8d2a
commit ca4a06fa2e

@ -130,7 +130,7 @@ int main(int ac, const char* av[]) {
// });
CROW_ROUTE(app, "/tx/<string>")
([&](const crow::request& req) {
([&](const crow::request& req, string tx_hash) {
for (const auto& m : req.headers)
cout << m.first << ": " << m.second << endl;

Loading…
Cancel
Save