From 479643216ce2db3f5da1c86da31c1f84a6d80c1e Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 28 May 2025 14:35:08 +0900 Subject: [PATCH] chore: update QSP API URL in development and localhost environment files --- .env.development | 2 +- .env.localhost | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2ad3a20..2c96d85 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ NEXT_PUBLIC_API_URL=http://172.30.1.65:3000 #qsp 로그인 api # NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 -NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 +NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #1:1문의 api NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110 diff --git a/.env.localhost b/.env.localhost index c88c5a0..a7ceb68 100644 --- a/.env.localhost +++ b/.env.localhost @@ -6,7 +6,7 @@ NEXT_PUBLIC_API_URL=http://172.30.1.65:3000 #qsp 로그인 api # NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 -NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 +NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #1:1문의 api NEXT_PUBLIC_INQUIRY_API_URL=http://172.23.4.129:8110