add tower

This commit is contained in:
Tommy Parnell
2016-09-13 11:56:36 -04:00
parent 58e44e7b52
commit 096585e012

View File

@@ -9,6 +9,9 @@ app.get('/*', function (req, res) {
if(host.contains('github')){
return res.redirect(301, 'https://github.com/TerribleDev');
}
if(host.contains('tower')){
return res.redirect(302, 'http://www.tparnelltower.vpweb.com/');
}
if(host.contains('bitbucket')){
return res.redirect(301,'https://bitbucket.org/TerribleDev/');
}