Skip to content

Commit 34add64

Browse files
committed
Change exemplary backend URL in sample application
1 parent 7ee9d8b commit 34add64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/sample/src/main/java/im/delight/android/ddp/examples/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected void onCreate(Bundle savedInstanceState) {
3838
Meteor.setLoggingEnabled(true);
3939

4040
// create a new instance
41-
mMeteor = new Meteor(this, "ws://android-ddp-meteor.meteor.com/websocket", new InMemoryDatabase());
41+
mMeteor = new Meteor(this, "ws://www.meteor.com/websocket", new InMemoryDatabase());
4242

4343
// register the callback that will handle events and receive messages
4444
mMeteor.addCallback(this);

0 commit comments

Comments
 (0)