Skip to content

Commit

Permalink
Fix takumi route
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Aug 10, 2024
1 parent 9a4244e commit 54c450f
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 @@ -131,7 +131,7 @@ def get_url(self, region: types.Region, game: types.Game) -> yarl.URL:
)

TAKUMI_URL = InternationalRoute(
overseas="https://bbs-api-os.hoyolab.com/",
overseas="https://api-os-takumi.mihoyo.com/",
chinese="https://api-takumi.mihoyo.com/",
)
COMMUNITY_URL = InternationalRoute(
Expand Down

0 comments on commit 54c450f

Please sign in to comment.