diff --git a/src/compenents/upload-image-button/upload-image-sub/index.tsx b/src/compenents/upload-image-button/upload-image-sub/index.tsx index ad576e8..e57fc56 100644 --- a/src/compenents/upload-image-button/upload-image-sub/index.tsx +++ b/src/compenents/upload-image-button/upload-image-sub/index.tsx @@ -18,7 +18,7 @@ export const UploadImageSub = (props: PropsInterface) => { multiple: true, action: config.app_url + - "/backend/v1/upload/file?category_ids=" + + "/backend/v1/upload/minio?category_ids=" + props.categoryIds.join(","), headers: { authorization: "Bearer " + getToken(),