From 8106f6e3ae0d0db4d26f1613e964025d855c981c Mon Sep 17 00:00:00 2001 From: DOEKYONG Date: Wed, 1 Nov 2023 16:19:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/constants/Endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/src/constants/Endpoints.js b/fe/src/constants/Endpoints.js index 5426ceb..ce98f3a 100644 --- a/fe/src/constants/Endpoints.js +++ b/fe/src/constants/Endpoints.js @@ -1,4 +1,4 @@ -export const BASE_URL = "http://localhost:8080"; +export const BASE_URL = "http://ec2-54-180-81-108.ap-northeast-2.compute.amazonaws.com"; export const API_ENDPOINTS = { LOGIN: (queryString) => `${BASE_URL}/api/login/oauth/naver?code=${queryString}`,