From 6a095ef55b59db402ed95bb922f512270aa736cd Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Mon, 24 Apr 2023 17:04:02 -0400 Subject: [PATCH] Fix typo --- cmd/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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