Skip to content

Commit 124d1d9

Browse files
authored
Merge pull request #117 from MaaAssistantArknights/dev
chore: 使用新后端域名
2 parents 77536d0 + 475d78e commit 124d1d9

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)