Skip to content

Commit 523ad89

Browse files
committed
Use master.tus.io instance instead of local one
1 parent 5636b81 commit 523ad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example/src/main/java/io/tus/android/example/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected void onCreate(Bundle savedInstanceState) {
3939
try {
4040
SharedPreferences pref = getSharedPreferences("tus", 0);
4141
client = new TusClient();
42-
client.setUploadCreationURL(new URL("http://192.168.2.36:1080/files/"));
42+
client.setUploadCreationURL(new URL("http://master.tus.io:8080/files/"));
4343
client.enableResuming(new TusPreferencesURLStore(pref));
4444
} catch(Exception e) {
4545
showError(e);

0 commit comments

Comments
 (0)