Skip to content

Commit 7a0d98e

Browse files
committed
fix: correct search API URL in SemanticSearchPage to /api/v1/search
1 parent 61ded4f commit 7a0d98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/features/SemanticSearchPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function SemanticSearchPage() {
7171

7272
<h3 className="text-lg font-medium text-white mt-8 mb-3">Via API</h3>
7373
<DocsCodeBlock language="bash">
74-
{`curl -X POST "http://localhost:8000/api/search" \\
74+
{`curl -X POST "http://localhost:8000/api/v1/search" \\
7575
-H "Content-Type: application/json" \\
7676
-d '{
7777
"repo_id": "your-repo-id",

0 commit comments

Comments
 (0)