mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-09 14:09:32 +02:00
feat: add /world as a potential home page route
This commit is contained in:
@@ -423,6 +423,10 @@ helpers.getHomePageRoutes = async function (uid) {
|
||||
route: 'categories',
|
||||
name: 'Categories',
|
||||
},
|
||||
{
|
||||
route: 'world',
|
||||
name: 'World',
|
||||
},
|
||||
{
|
||||
route: 'unread',
|
||||
name: 'Unread',
|
||||
|
||||
Reference in New Issue
Block a user