From b05f2b595b8229729724ea352e3db3845c326968 Mon Sep 17 00:00:00 2001 From: chsua Date: Tue, 17 Oct 2023 14:50:10 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20(#740)=20api=20url=20mocking=EC=9D=B4?= =?UTF-8?q?=20=EC=95=84=EB=8B=8C=20=EC=8B=A4=EC=A0=9C=20=EC=84=9C=EB=B2=84?= =?UTF-8?q?=20url=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/alarm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/alarm.ts b/frontend/src/api/alarm.ts index 46d095e48..b43eba75a 100644 --- a/frontend/src/api/alarm.ts +++ b/frontend/src/api/alarm.ts @@ -3,7 +3,7 @@ import { StringDate } from '@type/time'; import { getFetch, patchFetch } from '@utils/fetch'; -const BASE_URL = process.env.VOTOGETHER_MOCKING_URL; +const BASE_URL = process.env.VOTOGETHER_BASE_URL; export interface ContentAlarmList { pageNumber: number;