Skip to content

Commit 2a38926

Browse files
authored
Update local endpoint
1 parent ef16f9a commit 2a38926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bln/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, token=None, tier="prod"):
3434
raise ValueError("No API token provided")
3535
self.token = token
3636
self.endpoint = {
37-
"local": "http://localhost:8080/graphql",
37+
"local": "https://local-api.biglocalnews.org/graphql",
3838
"dev": "https://dev-api.biglocalnews.org/graphql",
3939
"prod": "https://api.biglocalnews.org/graphql",
4040
}[tier]

0 commit comments

Comments
 (0)