Fix typo
This commit is contained in:
parent
b7d8915e0a
commit
6a095ef55b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue