Skip to content

Commit

Permalink
Update genshin game record API route URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 25, 2024
1 parent 8ef7a27 commit 60a902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/client/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 60a902f

Please sign in to comment.