crowler blocking added to home page

This commit is contained in:
moneroexamples 2016-08-20 18:37:37 +08:00
parent 71e5d9c333
commit 45937e9fbe
1 changed files with 1 additions and 1 deletions

View File

@ -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>")