robots.txt enabled

master
moneroexamples 8 years ago
parent 73eeb7321f
commit 997eed7403

@ -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")
([&]() { ([&]() {

Loading…
Cancel
Save