mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2024-11-16 06:25:25 +00:00
4 lines
153 B
Python
4 lines
153 B
Python
|
base_url = "https://api-static.mihoyo.com/common/blackboard/sr_wiki/v1"
|
||
|
list_url = f"{base_url}/home/content/list"
|
||
|
info_url = f"{base_url}/content/info"
|