add redirects

This commit is contained in:
Tommy Parnell
2015-10-16 21:49:14 -04:00
parent f86e67c8f2
commit d03544d14b

View File

@@ -18,7 +18,7 @@ app.get('/*', function (req, res) {
if(host.contains('resume')){
return res.redirect(301,'http://resume.tparnell.io');
}
res.end();
res.end("Error no redirects found");
});
var server = app.listen(3000, function () {