aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/index.js')
-rw-r--r--src/features/workspaces/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/features/workspaces/index.js b/src/features/workspaces/index.js
index fb5135743..ad9023b8b 100644
--- a/src/features/workspaces/index.js
+++ b/src/features/workspaces/index.js
@@ -30,3 +30,8 @@ export default function initWorkspaces(stores, actions) {
30 }, 30 },
31 ); 31 );
32} 32}
33
34export const WORKSPACES_ROUTES = {
35 ROOT: '/settings/workspaces',
36 EDIT: '/settings/workspaces/:action/:id',
37};