mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 09:56:05 +08:00
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:
parent
0b950da73f
commit
8964817d72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user