From e29082bbf586622804b2474891455138e1e24f0e Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Mon, 2 Jun 2025 14:37:39 +0900 Subject: [PATCH] chore: update QSP API URL in development environment - Changed NEXT_PUBLIC_QSP_API_URL to point to a new server address for local development. - Ensured consistency in API endpoint configuration for development purposes. --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index d4d77fb..919d6f9 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ NEXT_PUBLIC_RUN_MODE=development NEXT_PUBLIC_API_URL=http://localhost: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