Ajouter upload de documents par API #40
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ func handleV1BucketRead(c echo.Context) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if !exists {
|
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
|
var keys []string
|
||||||
|
|
Loading…
Reference in a new issue