mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
dont show header values
This commit is contained in:
parent
2679da08ce
commit
2be6f8074a
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -103,8 +103,8 @@ int main(int ac, const char* av[]) {
|
||||||
CROW_ROUTE(app, "/")
|
CROW_ROUTE(app, "/")
|
||||||
([&](const crow::request& req) {
|
([&](const crow::request& req) {
|
||||||
|
|
||||||
for (const auto& m : req.headers)
|
//for (const auto& m : req.headers)
|
||||||
cout << m.first << ": " << m.second << endl;
|
// cout << m.first << ": " << m.second << endl;
|
||||||
|
|
||||||
return xmrblocks.index2();
|
return xmrblocks.index2();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue