diff --git a/cmd/server.go b/cmd/server.go index 3a01df0..52dba15 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -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