We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49daea4 commit b776f87Copy full SHA for b776f87
podimo/config.py
@@ -35,7 +35,7 @@
35
36
# Podimo's API uses GraphQL. This variable defines the endpoint where
37
# the API can be found.
38
-GRAPHQL_URL = "https://graphql.pdm-gateway.com/graphql"
+GRAPHQL_URL = "https://podimo.com/graphql"
39
40
LOCAL_PROXY_HOST = "127.0.0.1:12105"
41
LOCAL_PROXY_URL = f"http://{LOCAL_PROXY_HOST}"
0 commit comments