add kaito
This commit is contained in:
parent
d38b912f5b
commit
690d05b352
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,9 @@ p.get('/', (req, res) => {
|
|||
p.get('/thaldrin', (req, res) => {
|
||||
res.redirect('https://gitdab.com/r/thaldrin');
|
||||
});
|
||||
p.get('/kaito', (req, res) => {
|
||||
res.redirect('https://github.com/codepupper/kaito');
|
||||
});
|
||||
p.get('/website', (req, res) => {
|
||||
res.redirect('https://gitdab.com/y/website');
|
||||
});
|
||||
|
|
|
@ -10,6 +10,7 @@ portfolio.get('/', (req, res) => {
|
|||
portfolio: {
|
||||
code: [
|
||||
{ name: 'thaldrin', source: '/p/thaldrin' },
|
||||
{ name: 'kaito', source: '/p/kaito' },
|
||||
{ name: 'website', source: '/p/website' },
|
||||
{ name: 'yiff', source: '/p/yiff' }
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue