1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-14 11:32:48 +00:00

updated resume

This commit is contained in:
2016-01-10 23:18:04 -06:00
parent 6c201c2215
commit e55c7b6e28
8 changed files with 130 additions and 43 deletions

View File

@@ -18,7 +18,11 @@ router.get('/discord', function(req, res, next) {
});
router.get('/vpn', function(req, res, next){
res.redirect('https://mitchellg.me:943');
res.redirect('https://mitchel.io:943');
});
router.get('/resume', function(req, res, next){
res.redirect('/?post=resume.html');
});
/* GET home page. */