We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
staging.replit.com
replit.com
1 parent c0e52eb commit 77e6560Copy full SHA for 77e6560
replapi_it/classes/config.py
@@ -1,7 +1,7 @@
1
import json
2
import os
3
4
-default = {"graphql_url": "https://staging.replit.com/graphql"}
+default = {"graphql_url": "https://replit.com/graphql"}
5
6
7
def _config(filename: str = "replapi_it.json") -> dict:
0 commit comments