We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed1f6bd + 50a202a commit 8eb4e9eCopy full SHA for 8eb4e9e
1 file changed
CodaClient.py
@@ -16,7 +16,7 @@ def __init__(
16
websocket_protocol: str = "ws",
17
graphql_host: str = "localhost",
18
graphql_path: str = "/graphql",
19
- graphql_port: int = 8304,
+ graphql_port: int = 3085,
20
):
21
self.endpoint = "{}://{}:{}{}".format(graphql_protocol, graphql_host, graphql_port, graphql_path)
22
self.websocket_endpoint = "{}://{}:{}{}".format(websocket_protocol, graphql_host, graphql_port, graphql_path)
0 commit comments