소스 검색

update vector search route

tumao 4 년 전
부모
커밋
d52af71d0a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      client/src/router/Config.ts

+ 5 - 0
client/src/router/Config.ts

@@ -31,6 +31,11 @@ const RouterConfig: RouterConfigType[] = [
     component: VectorSearch,
     auth: true,
   },
+  {
+    path: '/search/:collectionName',
+    component: VectorSearch,
+    auth: true,
+  },
 ];
 
 export default RouterConfig;