From 283b440409f3f8cc6352efbed66756d297d05eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chyeonggkim=E2=80=9D?= <“hyeonggkim@smilegate.com”> Date: Fri, 24 Oct 2025 21:23:18 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20env=20=EC=9D=B8=ED=84=B0=EB=84=90API=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80,=20=ED=91=B8=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 1 + .env.live | 1 + .env.qa | 1 + .env.sandbox | 1 + layers/components/layouts/Footer.vue | 316 ++++++++++++--------------- layers/server/middleware/gameData.ts | 4 +- nuxt.config.ts | 1 + 7 files changed, 152 insertions(+), 173 deletions(-) diff --git a/.env.dev b/.env.dev index f3dd0cb..902285f 100644 --- a/.env.dev +++ b/.env.dev @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api-dev.onstove.com +STOVE_API_URL_SERVERL=https://i-api-dev.onstove.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/.env.live b/.env.live index 36ba550..f6ea327 100644 --- a/.env.live +++ b/.env.live @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.onstove.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.onstove.com +STOVE_API_URL_SERVERL=https://i-api.onstove.com STOVE_M_API_URL=https://maintenance.onstove.com # STOVE - GNB diff --git a/.env.qa b/.env.qa index 2f9d332..4a586e2 100644 --- a/.env.qa +++ b/.env.qa @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.gate8.com +STOVE_API_URL_SERVERL=https://i-api.gate8.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/.env.sandbox b/.env.sandbox index a1126db..baf4b74 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.gate8.com +STOVE_API_URL_SERVERL=https://i-api.gate8.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/layers/components/layouts/Footer.vue b/layers/components/layouts/Footer.vue index d822bad..51c4c30 100644 --- a/layers/components/layouts/Footer.vue +++ b/layers/components/layouts/Footer.vue @@ -1,149 +1,133 @@