Skip to content

Commit b776f87

Browse files
committed
Change the URL that points to Podimo's GraphQL endpoint
Thanks to Gijs on Telegram for pointing this out!
1 parent 49daea4 commit b776f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podimo/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# Podimo's API uses GraphQL. This variable defines the endpoint where
3737
# the API can be found.
38-
GRAPHQL_URL = "https://graphql.pdm-gateway.com/graphql"
38+
GRAPHQL_URL = "https://podimo.com/graphql"
3939

4040
LOCAL_PROXY_HOST = "127.0.0.1:12105"
4141
LOCAL_PROXY_URL = f"http://{LOCAL_PROXY_HOST}"

0 commit comments

Comments
 (0)