Skip to content

Commit

Permalink
[*] I'm stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 25, 2024
1 parent e600e51 commit 2eac3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/base.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const base = {
api_v1_url: 'https://api.locyanfrp.cn',
// api_v2_url: 'https://api-v2.locyanfrp.cn/api/v2',
api_v2_url: 'http://localhost:18080/api/v2',
api_v2_url: 'https://api-v2.locyanfrp.cn/api/v2',
// api_v2_url: 'http://localhost:18080/api/v2',
buildResponse: (res: any, useDataPath: boolean = true) => {
const message =
res.data?.message ??
Expand Down

0 comments on commit 2eac3bb

Please sign in to comment.