From a97d04c8d9284096b2e635cf1a672bcda67a055a Mon Sep 17 00:00:00 2001 From: Ngoc Nguyen Date: Fri, 10 Dec 2021 15:29:27 +0700 Subject: [PATCH] fix os old url not working --- packages/core/src/module/_getApiEndpoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/module/_getApiEndpoint.ts b/packages/core/src/module/_getApiEndpoint.ts index 1da751e..7cd42bc 100644 --- a/packages/core/src/module/_getApiEndpoint.ts +++ b/packages/core/src/module/_getApiEndpoint.ts @@ -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.mihoyo.com/game_record/app/genshin/api/'