From 489f7a39c673f8db70972b29a4659a0b0fae924a Mon Sep 17 00:00:00 2001 From: l-lyun Date: Thu, 17 Jul 2025 20:03:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EB=89=B4=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=97=85=EB=A1=9C=EB=93=9C=20api=20url=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/Product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {