mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 23:24:05 +08:00
Go: fix warnings (#17738)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -2069,7 +2069,7 @@ Failure:
|
||||
```json
|
||||
{
|
||||
"code": 102,
|
||||
"message": "Document not found!"
|
||||
"message": "document not found"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -2636,7 +2636,7 @@ Failure:
|
||||
```json
|
||||
{
|
||||
"code": 102,
|
||||
"message": "Document not found!"
|
||||
"message": "document not found"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -7520,7 +7520,7 @@ Failure:
|
||||
- `new_name` only: rename a single file or folder in place, no storage operation.
|
||||
- Both: move and rename simultaneously.
|
||||
|
||||
#### Request
|
||||
#### Request
|
||||
|
||||
- Method: POST
|
||||
- URL: `/api/v1/files/move`
|
||||
|
||||
Reference in New Issue
Block a user