This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-24 17:04:02 -04:00
parent b7d8915e0a
commit 6a095ef55b

View file

@ -277,7 +277,7 @@ func handleV1BucketRead(c echo.Context) error {
}
if !exists {
return c.JSON(http.StatusNotFound, map[string]string{"message": "Not found"})
return c.JSON(http.StatusNotFound, map[string]string{"message": "Not Found"})
}
var keys []string