Skip to content

Commit

Permalink
feat: Change geetest server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 4, 2024
1 parent a298496 commit 7b63c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoyo_buddy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def contains_traveler_id(character_id: str) -> bool:
"""Genshin.py game enum to Hoyo Buddy game enum."""

GEETEST_SERVERS = {
"prod": "https://geetest-server.seriaati.xyz",
"prod": "http://geetest-server-test.seriaati.xyz",
"test": "http://geetest-server-test.seriaati.xyz",
"dev": "http://localhost:5000",
}

0 comments on commit 7b63c19

Please sign in to comment.