From e8ce8492cf11c89474343a0d67fa0d4e41b56a7b Mon Sep 17 00:00:00 2001 From: landepen Date: Tue, 22 Apr 2025 15:38:28 +0800 Subject: [PATCH] fix: clear api branch --- common/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/index.tsx b/common/index.tsx index 229ff08..8b2740a 100644 --- a/common/index.tsx +++ b/common/index.tsx @@ -1,4 +1,4 @@ -const API_PREFIX = "/duty"; +const API_PREFIX = ""; export const get = async (url: string) => { const resp = await fetch(`${API_PREFIX}${url}`);