We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1265ede commit 18fd164Copy full SHA for 18fd164
1 file changed
src/download_utils.py
@@ -2,7 +2,7 @@
2
3
4
def get_egs_url() -> str:
5
- return "https://graphql.epicgames.com/graphql"
+ return "https://store.epicgames.com/graphql"
6
7
8
def get_default_params() -> dict:
0 commit comments