add some new hubs

This commit is contained in:
biglyderv 2025-03-08 15:57:30 -05:00
parent ade3870ab4
commit 6e113b54b0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 12 additions and 74 deletions

View file

@ -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'
}
]
}