Skip to content

Commit d7d914c

Browse files
committed
fix: bridle url path
1 parent a7b494c commit d7d914c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/slices/setup/channel/data/repositories/bridle/bridle.repository.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ export class BridleRepository implements IChannelGateway {
143143

144144
private connect(): void {
145145
const url = this.apiUrl
146-
console.log(`[bridle] connecting to hub at ${url}/agent`)
146+
console.log(`[bridle] connecting to hub at ${url}`)
147147

148-
this.socket = io(`${url}/agent`, {
148+
this.socket = io(url, {
149149
transports: ["websocket", "polling"],
150150
reconnection: true,
151151
reconnectionDelay: 3000,

0 commit comments

Comments
 (0)