Skip to content

Commit 475d78e

Browse files
authored
chore: 使用新后端域名
1 parent 56aab11 commit 475d78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fetch = window.fetch || unfetch
1111
export class NetworkError extends Error {}
1212

1313
const baseURL = envUseProductionApi
14-
? 'https://api.prts.plus'
14+
? 'https://prts.maa.plus'
1515
: 'http://localhost:5259'
1616

1717
export const FETCHER_CONFIG: {

0 commit comments

Comments
 (0)