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