Skip to content

Commit fe71c92

Browse files
committed
changing default
1 parent 92b7199 commit fe71c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClearBlade.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ n * <p>{Number} [messagingPort] This is the default port used when connecting
140140
* @type String
141141
*/
142142
ClearBlade.prototype.messagingURI = options.messagingURI;
143-
this.messagingURI = options.messagingURI || "messaging.clearblade.com";
143+
this.messagingURI = options.messagingURI || "platform.clearblade.com";
144144

145145
/**
146146
* This is the default port used when connecting to the messaging server

0 commit comments

Comments
 (0)