Merge pull request 'Fix typo dans handleV1DocumentDelete' (#52) from fix/typo-bucket-document into main

Reviewed-on: #52
This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-28 19:56:20 -05:00
commit 9ff3f0430d

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",
})
}