fix search-results ordering
[arvados-workbench2.git] / src / routes / routes.ts
index d5041976a75e347a33e39bbb862343c20cf793a5..e5f3493539e3cbaae317e95fc1b38d3f89cb032f 100644 (file)
@@ -19,7 +19,7 @@ export const Routes = {
     SHARED_WITH_ME: '/shared-with-me',
     RUN_PROCESS: '/run-process',
     WORKFLOWS: '/workflows',
-    SEARCH_RESULTS: '/search'
+    SEARCH_RESULTS: '/search-results'
 };
 
 export const getResourceUrl = (uuid: string) => {