15064: Fetch discovery documents for all remotes
[arvados-workbench2.git] / src / routes / routes.ts
index 3fd6670d8899814662b413e0898b94191dbe46a1..bd47ca2fd38eb752646a03b27365928b7637b22f 100644 (file)
@@ -10,6 +10,7 @@ import { getCollectionUrl } from '~/models/collection';
 export const Routes = {
     ROOT: '/',
     TOKEN: '/token',
+    FED_LOGIN: '/fedtoken',
     PROJECTS: `/projects/:id(${RESOURCE_UUID_PATTERN})`,
     COLLECTIONS: `/collections/:id(${RESOURCE_UUID_PATTERN})`,
     PROCESSES: `/processes/:id(${RESOURCE_UUID_PATTERN})`,