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}`);