Fix typo dans handleV1DocumentDelete

This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-28 20:55:36 -04:00
parent cfa4ca49f1
commit 8a5e7f96d5

View file

@ -615,7 +615,7 @@ func handleV1DocumentDelete(c echo.Context) error {
}
return c.JSON(http.StatusOK, map[string]string{
"message": "Bucket deleted",
"message": "Document deleted",
})
}