There was an error while loading. Please reload this page.
2 parents ef16f9a + 2a38926 commit eceec18Copy full SHA for eceec18
1 file changed
bln/client.py
@@ -34,7 +34,7 @@ def __init__(self, token=None, tier="prod"):
34
raise ValueError("No API token provided")
35
self.token = token
36
self.endpoint = {
37
- "local": "http://localhost:8080/graphql",
+ "local": "https://local-api.biglocalnews.org/graphql",
38
"dev": "https://dev-api.biglocalnews.org/graphql",
39
"prod": "https://api.biglocalnews.org/graphql",
40
}[tier]
0 commit comments