mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
crowler blocking added to home page
This commit is contained in:
parent
71e5d9c333
commit
45937e9fbe
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -114,7 +114,7 @@ int main(int ac, const char* av[]) {
|
|||
return crow::response(400);
|
||||
}
|
||||
|
||||
return xmrblocks.index2();
|
||||
return crow::response(xmrblocks.index2());
|
||||
});
|
||||
|
||||
CROW_ROUTE(app, "/page/<uint>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue