Update 'server.js'
This commit is contained in:
parent
9f77e7cfe1
commit
0adfc08c1a
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue