merge master
[arvados-workbench2.git] / src / routes / routes.ts
index 0279bb06f25f0a2372a848f7cc7cbb9585fcd36c..0bf7110126df7849f4571cfbe6e2c21dffa49fdd 100644 (file)
@@ -15,6 +15,7 @@ export const Routes = {
     TOKEN: '/token',
     PROJECTS: `/projects/:id(${RESOURCE_UUID_PATTERN})`,
     COLLECTIONS: `/collections/:id(${RESOURCE_UUID_PATTERN})`,
+    PROCESS: `/processes/:id(${RESOURCE_UUID_PATTERN})`,
     FAVORITES: '/favorites',
 };