Skip to content

Commit ac5c470

Browse files
Simon HedströmSimon Hedström
Simon Hedström
authored and
Simon Hedström
committed
update mqtt url
1 parent 84eb2f3 commit ac5c470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ type GlobalThis = {
77

88
export default function getClient(): MqttClient {
99
if (!(globalThis as GlobalThis).mqttClient)
10-
(globalThis as GlobalThis).mqttClient = mqtt.connect('wss://server.insektionen.se/mqtt');
10+
(globalThis as GlobalThis).mqttClient = mqtt.connect('wss://lmixer.insektionen.se/mqtt');
1111
return (globalThis as GlobalThis).mqttClient!;
1212
}

0 commit comments

Comments
 (0)