移除 API URL 环境变量配置

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 11:57:57 +08:00
parent 5aa28c8409
commit efd04fd651
5 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {
type AuthContextHeaderOptions,
} from "@/lib/requestHeaders";
export const API_URL = process.env.NEXT_PUBLIC_API_URL || config.BACKEND_URL;
export const API_URL = config.BACKEND_URL;
export const api = axios.create({
baseURL: API_URL,