API doc: Correct Base URL and Dataset URL. (#1444)

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 <kevinhu.sh@gmail.com>
This commit is contained in:
Yuhao Tsui 2024-07-10 09:39:27 +08:00 committed by GitHub
parent 0b950da73f
commit 8964817d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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