robots.txt enabled

This commit is contained in:
moneroexamples 2016-11-24 07:13:34 +08:00
parent 73eeb7321f
commit 997eed7403
1 changed files with 6 additions and 6 deletions

View File

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