fix: clear api branch

This commit is contained in:
2025-04-22 15:38:28 +08:00
parent ffc89fd069
commit e8ce8492cf

View File

@@ -1,4 +1,4 @@
const API_PREFIX = "/duty";
const API_PREFIX = "";
export const get = async (url: string) => {
const resp = await fetch(`${API_PREFIX}${url}`);