Skip to content

Commit 77e6560

Browse files
authored
fix: change staging.replit.com to replit.com
#20
1 parent c0e52eb commit 77e6560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

replapi_it/classes/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
import os
33

4-
default = {"graphql_url": "https://staging.replit.com/graphql"}
4+
default = {"graphql_url": "https://replit.com/graphql"}
55

66

77
def _config(filename: str = "replapi_it.json") -> dict:

0 commit comments

Comments
 (0)