We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b7199 commit fe71c92Copy full SHA for fe71c92
ClearBlade.js
@@ -140,7 +140,7 @@ n * <p>{Number} [messagingPort] This is the default port used when connecting
140
* @type String
141
*/
142
ClearBlade.prototype.messagingURI = options.messagingURI;
143
- this.messagingURI = options.messagingURI || "messaging.clearblade.com";
+ this.messagingURI = options.messagingURI || "platform.clearblade.com";
144
145
/**
146
* This is the default port used when connecting to the messaging server
0 commit comments