1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-13 19:12:49 +00:00

updated resume

This commit is contained in:
2016-01-10 23:18:04 -06:00
parent 1ed9be8a7c
commit 9efbbb4228
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. */