Skip to content

Commit

Permalink
switch url
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Feb 21, 2024
1 parent 4e775b2 commit d4115b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/KukaiCoreSwift/Clients/TzKTClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public class TzKTClient {
isListening = true

var url = config.tzktURL
url.appendPathComponent("v1/events")
url.appendPathComponent("v1/ws")

if withDebugging {
signalrConnection = HubConnectionBuilder(url: url).withLogging(minLogLevel: .debug).build()
Expand Down

0 comments on commit d4115b2

Please sign in to comment.