Skip to content

Commit bf94f72

Browse files
committed
reverted python_anvil/constants.py
1 parent da100c2 commit bf94f72

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python_anvil/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Basic constants used in the library."""
22

3-
# GRAPHQL_ENDPOINT: str = "https://graphql.useanvil.com"
4-
GRAPHQL_ENDPOINT: str = "http://localhost:3000/graphql"
3+
GRAPHQL_ENDPOINT: str = "https://graphql.useanvil.com"
54
REST_ENDPOINT = "https://app.useanvil.com/api/v1/"
65

76
RETRIES_LIMIT = 5

0 commit comments

Comments
 (0)