We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da100c2 commit bf94f72Copy full SHA for bf94f72
1 file changed
python_anvil/constants.py
@@ -1,7 +1,6 @@
1
"""Basic constants used in the library."""
2
3
-# GRAPHQL_ENDPOINT: str = "https://graphql.useanvil.com"
4
-GRAPHQL_ENDPOINT: str = "http://localhost:3000/graphql"
+GRAPHQL_ENDPOINT: str = "https://graphql.useanvil.com"
5
REST_ENDPOINT = "https://app.useanvil.com/api/v1/"
6
7
RETRIES_LIMIT = 5
0 commit comments