add resume

This commit is contained in:
Tommy Parnell
2016-07-20 19:05:40 -04:00
parent d66f656b53
commit 3368fe318b

View File

@@ -25,7 +25,7 @@ app.get('/*', function (req, res) {
return res.redirect(301,'http://blog.terribledev.io');
}
if(host.contains('resume')){
return res.redirect(301,'http://resume.tparnell.io');
return res.redirect(301,'http://resume.terribledev.io');
}
res.end("Redirect layer for tommyparnell.com, tparnell.io, and other domains :D");
});