Update 'server.js'

This commit is contained in:
ry 2020-02-07 11:35:17 +00:00
parent 9f77e7cfe1
commit 0adfc08c1a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ module.exports = (client) => {
});
app.get('/portfolio', async (req, res) => {
res.redirect('https://gitdab.com/y/shyzu');
res.redirect('https://gitdab.com/y/shyzu.link');
});
app.get('/homepage', async (req, res) => {
res.redirect('https://gitdab.com/y/website');