Skip to content

Commit

Permalink
Update /events endpoint to /ws in pysignalr example (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Apr 7, 2023
1 parent 35ab07f commit bcb30e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tzkt.Api/Swagger/WsExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async def on_error(message: CompletionMessage) -> None:


async def main() -> None:
client = SignalRClient('https://api.tzkt.io/v1/events')
client = SignalRClient('https://api.tzkt.io/v1/ws')

client.on_open(on_open)
client.on_close(on_close)
Expand Down

0 comments on commit bcb30e9

Please sign in to comment.