Fix typo dans handleV1DocumentDelete #52

Merged
vlbeaudoin merged 1 commit from fix/typo-bucket-document into main 2023-04-28 20:56:20 -04:00
Showing only changes of commit 8a5e7f96d5 - Show all commits

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