This commit is contained in:
Julian Lam
2013-09-24 08:38:19 -04:00
parent 99440585e6
commit bcc65fd879

View File

@@ -428,7 +428,6 @@ var express = require('express'),
app.get('/robots.txt', function (req, res) {
res.set('Content-Type', 'text/plain');
res.send("User-agent: *\n" +
"Disallow: \n" +
"Disallow: /admin/\n" +
"Sitemap: " + nconf.get('url') + "sitemap.xml");
});