Ajouter upload de documents par API #40

Merged
vlbeaudoin merged 6 commits from feature/v1-document-upload into main 2023-04-24 18:41:31 -04:00
Showing only changes of commit 6a095ef55b - Show all commits

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