add bitbucket

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

View File

@@ -9,6 +9,9 @@ app.get('/*', function (req, res) {
if(host.contains('github')){
return res.redirect(301, 'https://github.com/tparnell8');
}
if(host.contains('bitbucket')){
return res.redirect(301,'https://bitbucket.org/tparnell8/');
}
if(host.contains('blog')){
return res.redirect(301,'http://blog.tparnell.io');
}