update meta tags

This commit is contained in:
Michael Q Larson
2014-11-11 00:23:15 -08:00
parent 24d57f0eaf
commit a0be4387f0
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ exports.returnChallenge = function(req, res) {
res.redirect('/');
} else {
res.end(html);
}
}
});
});
};