add some new hubs
This commit is contained in:
parent
ade3870ab4
commit
6e113b54b0
2 changed files with 12 additions and 74 deletions
|
@ -13,12 +13,22 @@ router.get('/list', (req, res, next) => {
|
|||
{
|
||||
'alias': 'hub/main',
|
||||
'name': 'Home',
|
||||
'desc': 'Discuss anything you desire.'
|
||||
'desc': 'Discuss anything you desire'
|
||||
},
|
||||
{
|
||||
'alias': `users/${res.auth.username}`,
|
||||
'name': 'You',
|
||||
'desc': 'Connect with your fanbase.'
|
||||
'desc': 'Connect with your community'
|
||||
},
|
||||
{
|
||||
'alias': `hub/nilgrinder`,
|
||||
'name': 'Nilgrinder',
|
||||
'desc': 'Idle game: build to everything from nothing'
|
||||
},
|
||||
{
|
||||
'alias': `hub/minecraft`,
|
||||
'name': 'Minecraft',
|
||||
'desc': 'Experimental Minecraft server'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue