Skip to content

Commit

Permalink
API doc: Correct Base URL and Dataset URL. (#1444)
Browse files Browse the repository at this point in the history
The correct URL is http://<host_address>/v1/api , not
http://<host_address>/api/v1 .

### What problem does this PR solve?

### Type of change

- [x] Documentation Update

---------

Co-authored-by: Kevin Hu <[email protected]>
  • Loading branch information
2 people authored and paresh0628 committed Jul 11, 2024
1 parent 6e4a4fa commit be42e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/ragflow_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RAGFlow offers RESTful APIs for you to integrate its capabilities into third-par

## Base URL
```
http://<host_address>/api/v1/
http://<host_address>/v1/api/
```

## Dataset URL
Expand Down

0 comments on commit be42e8b

Please sign in to comment.