X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45ee419ff7952fc722a139666c327a321a92cc81..9cdcf53b97efc80d6c7de7e0d4da7edf91f15c31:/src/routes/routes.ts diff --git a/src/routes/routes.ts b/src/routes/routes.ts index bb518d3fcf..ced460e77c 100644 --- a/src/routes/routes.ts +++ b/src/routes/routes.ts @@ -47,6 +47,7 @@ export const Routes = { LINKS: '/links', PUBLIC_FAVORITES: '/public-favorites', COLLECTIONS_CONTENT_ADDRESS: '/collections/:id', + ALL_PROCESSES: '/all_processes', }; export const getResourceUrl = (uuid: string) => {