Skip to content

Commit

Permalink
fix: 更新 API
Browse files Browse the repository at this point in the history
  • Loading branch information
SilianZ committed Jan 21, 2025
1 parent cd1cc64 commit 387720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import COS, { Credentials } from "cos-js-sdk-v5";
axios.defaults.baseURL =
process.env.VERCEL_ENV == "production"
? "https://api.hfiuc.org"
: "https://120.24.212.59/";
: "https://api.preview.hfiuc.org/";

export interface ApplicationInfo {
selectedClass: string;
Expand Down

0 comments on commit 387720a

Please sign in to comment.