From a49e42687b37968c382b9e1d463db71eba6dbdb7 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Wed, 2 Jul 2025 17:45:07 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=9A=94?= =?UTF-8?q?=EC=B2=AD=20referer=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.localhost | 2 +- .env.production | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 5822f05..0a96b18 100644 --- a/.env.development +++ b/.env.development @@ -19,7 +19,7 @@ NEXT_PUBLIC_QSP_API_URL=http://121.168.9.37:8080 # NEXT_PUBLIC_QSP_API_URL=http://dev.hanasysfield.jp # NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #qsp 로그인 api header -NEXT_PUBLIC_QSP_API_REFERER=hanasysfield.jp +NEXT_PUBLIC_QSP_API_REFERER=https://dev.hanasysfield.jp #1:1문의 api NEXT_PUBLIC_INQUIRY_API_URL=https://jp-dev.qsalesplatform.com diff --git a/.env.localhost b/.env.localhost index c4f0028..0ee134f 100644 --- a/.env.localhost +++ b/.env.localhost @@ -16,7 +16,7 @@ NEXT_PUBLIC_API_URL=http://localhost:3000 NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 # NEXT_PUBLIC_QSP_API_URL=https://jp-dev.qsalesplatform.com #qsp 로그인 api header -NEXT_PUBLIC_QSP_API_REFERER=hanasysfield.jp +NEXT_PUBLIC_QSP_API_REFERER=https://dev.hanasysfield.jp #1:1문의 api # NEXT_PUBLIC_INQUIRY_API_URL=https://jp-dev.qsalesplatform.com diff --git a/.env.production b/.env.production index 68616d2..f6e791c 100644 --- a/.env.production +++ b/.env.production @@ -15,7 +15,7 @@ NEXT_PUBLIC_API_URL=https://hanasysfield.jp # NEXT_PUBLIC_QSP_API_URL=http://1.248.227.176:8120 NEXT_PUBLIC_QSP_API_URL=https://jp.qsalesplatform.com #qsp 로그인 api header -NEXT_PUBLIC_QSP_API_REFERER=hanasysfield.jp +NEXT_PUBLIC_QSP_API_REFERER=https://hanasysfield.jp #1:1문의 api NEXT_PUBLIC_INQUIRY_API_URL=https://jp.qsalesplatform.com