We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a35361 commit d1e01a8Copy full SHA for d1e01a8
example/src/main/java/io/tus/android/example/MainActivity.java
@@ -41,7 +41,7 @@ protected void onCreate(Bundle savedInstanceState) {
41
try {
42
SharedPreferences pref = getSharedPreferences("tus", 0);
43
client = new TusClient();
44
- client.setUploadCreationURL(new URL("http://master.tus.io/files/"));
+ client.setUploadCreationURL(new URL("https://master.tus.io/files/"));
45
client.enableResuming(new TusPreferencesURLStore(pref));
46
} catch(Exception e) {
47
showError(e);
0 commit comments