From 3d469a0f2244e5fbf2c9bef8b5c8defed7eed0bc Mon Sep 17 00:00:00 2001 From: GimHaLim Date: Mon, 3 Jun 2024 21:07:27 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/myPage/api/userApi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/myPage/api/userApi.js b/src/component/myPage/api/userApi.js index 3ee92d5..9e734dc 100644 --- a/src/component/myPage/api/userApi.js +++ b/src/component/myPage/api/userApi.js @@ -1,7 +1,7 @@ import axios from "axios"; -// const API_SERVER_HOST = 'http://www.plick.shop'; -const API_SERVER_HOST = 'http://localhost:8080'; +const API_SERVER_HOST = 'http://www.plick.shop'; +// const API_SERVER_HOST = 'http://localhost:8080'; export const loginPost = async (loginParam) => { const header = {headers: {"Content-Type": "application/x-www-form-urlencoded"}};