Fix typo dans handleV1DocumentDelete
This commit is contained in:
parent
cfa4ca49f1
commit
8a5e7f96d5
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ func handleV1DocumentDelete(c echo.Context) error {
|
|||
}
|
||||
|
||||
return c.JSON(http.StatusOK, map[string]string{
|
||||
"message": "Bucket deleted",
|
||||
"message": "Document deleted",
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue