Skip to content

Commit

Permalink
Merge pull request #91 from ngocnguyen2710/master
Browse files Browse the repository at this point in the history
fix: update os hoyolab endpoint
  • Loading branch information
dragon-fish authored Dec 25, 2021
2 parents 212ea09 + a97d04c commit 454d3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/module/_getApiEndpoint.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function _getApiEndpoint(this: any): string {
switch (this.serverType) {
case 'os':
return 'https://api-os-takumi.mihoyo.com/game_record/genshin/api/'
return 'https://bbs-api-os.mihoyo.com/game_record/genshin/api/'
case 'cn':
default:
return 'https://api-takumi-record.mihoyo.com/game_record/app/genshin/api/'
Expand Down

0 comments on commit 454d3b9

Please sign in to comment.