API doc: Correct Base URL and Dataset URL. (#1444)
Browse filesThe 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]>
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/
|
| 12 |
```
|
| 13 |
|
| 14 |
## Dataset URL
|
|
|
|
| 8 |
|
| 9 |
## Base URL
|
| 10 |
```
|
| 11 |
+
http://<host_address>/v1/api/
|
| 12 |
```
|
| 13 |
|
| 14 |
## Dataset URL
|