mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-26 22:30:42 +01: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