cyhasuka Kevin Hu commited on
Commit
d389389
·
1 Parent(s): c40bd26

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

Browse files

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

Files changed (1) hide show
  1. docs/references/ragflow_api.md +1 -1
docs/references/ragflow_api.md CHANGED
@@ -8,7 +8,7 @@ RAGFlow offers RESTful APIs for you to integrate its capabilities into third-par
8
 
9
  ## Base URL
10
  ```
11
- http://<host_address>/api/v1/
12
  ```
13
 
14
  ## Dataset URL
 
8
 
9
  ## Base URL
10
  ```
11
+ http://<host_address>/v1/api/
12
  ```
13
 
14
  ## Dataset URL