merge: requests dans request.go

This commit is contained in:
Victor Lacasse-Beaudoin 2024-08-22 12:33:54 -04:00
parent 53f41d64a8
commit 9e08b3f962
7 changed files with 111 additions and 141 deletions

View file

@ -157,7 +157,7 @@ func (h *WebHandler) HandleAdminDocumentsUpload(c echo.Context) error {
}
func (h *WebHandler) HandleAdminDocumentsUploadPOST(c echo.Context) error {
var request apirequest.V1DocumentsPOST
var request apirequest.CreateDocumentsResponse
var response HandleAdminDocumentsUploadResponse
v1BucketsGET, err := h.ApiClient.ListBuckets()