This commit is contained in:
hailin 2025-06-15 13:35:05 +08:00
parent b16b726309
commit dbde58e908
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// } as any;
import { getRuntimeEnv } from "@/lib/ipconfig";
import { getRuntimeEnv } from "../ipconfig";
export async function getAxiosConfig() {
let ip = await getRuntimeEnv("SUPABASE_URL"); // 直接用你 lib/ipconfig 里的方法