From 98f8de6e941ffb8d65145e63fa09423b7f33f88b Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 18 Mar 2024 19:31:47 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E7=95=AA=E6=83=85=E5=A0=B1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/mypage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/mypage.ts b/src/config/mypage.ts index 628174a..cf33cdc 100644 --- a/src/config/mypage.ts +++ b/src/config/mypage.ts @@ -12,7 +12,7 @@ export const myPageConfig = (): MyPageConfig => { } else if (process.env.NODE_ENV === "production") { return { BASE_URL: "http://43.207.166.22", - TOKEN: "", + TOKEN: "Abfg4Huo9KJU7YHSxaabcvWZZZPROD", }; } else { throw new Error("MyPageConfig不正");