Skip to content

Commit

Permalink
workspace route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukh802 committed Jul 18, 2024
1 parent fdd8f97 commit fbb7be3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions server/data/features.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"routes": [
{
"name": "General",
"path": "/settings/general",
"name": "Workspaces",
"path": "/settings/workspaces",
"isAdmin": true,
"isEnterprise": false,
"enabled": true,
Expand Down Expand Up @@ -38,6 +38,19 @@
"enabled": true
}
]
},
{
"name": "General",
"path": "/settings/general",
"isAdmin": true,
"isEnterprise": false,
"enabled": true,
"features": [
{
"name": "Test",
"enabled": true
}
]
}
]
}
}

0 comments on commit fbb7be3

Please sign in to comment.