diff --git a/src/apis/Product.ts b/src/apis/Product.ts index 4b08c01..075d6ed 100644 --- a/src/apis/Product.ts +++ b/src/apis/Product.ts @@ -148,7 +148,7 @@ export const uploadProductImage = async ( ): Promise => { try { const res = await apiClient.post<{data: {imageUrl: string}}>( - `owner/markets/images/${marketId}`, + `owner/products/images/${marketId}`, updateImage, { headers: {