From 60a902f72ff812a505a98d6f7fa7fc43222352e4 Mon Sep 17 00:00:00 2001 From: seria Date: Mon, 25 Nov 2024 15:53:47 +0800 Subject: [PATCH] Update genshin game record API route URL --- genshin/client/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genshin/client/routes.py b/genshin/client/routes.py index 5e1f6cff..2595b339 100644 --- a/genshin/client/routes.py +++ b/genshin/client/routes.py @@ -140,7 +140,7 @@ def get_url(self, region: types.Region, game: types.Game) -> yarl.URL: ) RECORD_URL = GameRoute( overseas=dict( - genshin="https://bbs-api-os.hoyolab.com/game_record/genshin/api", + genshin="https://sg-public-api.hoyolab.com/event/game_record/genshin/api", hkrpg="https://bbs-api-os.hoyolab.com/game_record/hkrpg/api", honkai3rd="https://bbs-api-os.hoyolab.com/game_record/honkai3rd/api", nap="https://sg-act-nap-api.hoyolab.com/event/game_record_zzz/api/zzz",