Skip to content

Commit

Permalink
Update /v1/search with the right runtime port (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov authored Dec 16, 2024
1 parent 4c64036 commit 4d1a582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiceaidocs/docs/api/http/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ datasets:
Request
```shell
curl -XPOST http://localhost:3000/v1/search \
curl -XPOST http://localhost:8090/v1/search \
-d '{
"datasets": ["app_messages"],
"text": "Tokyo plane tickets",
Expand Down

0 comments on commit 4d1a582

Please sign in to comment.