Skip to content

Commit

Permalink
scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmoffet committed Nov 15, 2024
1 parent 908eca4 commit 036c444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/apis/rag/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export const queryCollection = async (
export const scanDocs = async (token: string) => {
let error = null;

const res = await fetch(`${RAG_API_BASE_URL}/scan_database_docs`, {
const res = await fetch(`${RAG_API_BASE_URL}/scan`, {
method: 'GET',
headers: {
Accept: 'application/json',
Expand Down

0 comments on commit 036c444

Please sign in to comment.