From 7894d8833ae4a0fb0c17e414cd7d3cd54add9bc4 Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Fri, 20 Jun 2025 10:47:34 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20localhost=20=ED=95=98=EB=93=9C?= =?UTF-8?q?=EC=BD=94=EB=94=A9=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/StoreManagementView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/StoreManagementView.vue b/src/views/StoreManagementView.vue index eca7ffc..053c85b 100644 --- a/src/views/StoreManagementView.vue +++ b/src/views/StoreManagementView.vue @@ -1132,7 +1132,7 @@ const uploadMenuImage = async (menuId) => { // ✅ 이미지 전용 API 인스턴스 생성 const imageApiInstance = axios.create({ - baseURL: 'http://localhost:8082', // 포트만 지정 + baseURL: 'http://smarketing.20.249.184.228.nip.io', // 포트만 지정 timeout: 30000, headers: { 'Content-Type': 'multipart/form-data'