|
|
@ -223,12 +223,12 @@ int main(int ac, const char* av[]) {
|
|
|
|
return xmrblocks.search(string(req.url_params.get("value")));
|
|
|
|
return xmrblocks.search(string(req.url_params.get("value")));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// CROW_ROUTE(app, "/robots.txt")
|
|
|
|
CROW_ROUTE(app, "/robots.txt")
|
|
|
|
// ([&]() {
|
|
|
|
([&]() {
|
|
|
|
// string text = "User-agent: *\n"
|
|
|
|
string text = "User-agent: *\n"
|
|
|
|
// "Disallow: ";
|
|
|
|
"Disallow: ";
|
|
|
|
// return text;
|
|
|
|
return text;
|
|
|
|
// });
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
CROW_ROUTE(app, "/autorefresh")
|
|
|
|
CROW_ROUTE(app, "/autorefresh")
|
|
|
|
([&]() {
|
|
|
|
([&]() {
|
|
|
|