mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
temp change of tx route
This commit is contained in:
parent
b3cecb8d2a
commit
ca4a06fa2e
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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…
Add table
Add a link
Reference in a new issue