Skip to content

Commit

Permalink
Use new URL for tus demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut authored Oct 2, 2020
1 parent 91f94d7 commit d811040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/TUSKit/TKViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import <Photos/Photos.h>


static NSString* const UPLOAD_ENDPOINT = @"https://master.tus.io/files/";
static NSString* const UPLOAD_ENDPOINT = @"https://tusd.tusdemo.net/files/";
static NSString* const FILE_NAME = @"tuskit_example";

@interface TKViewController ()
Expand Down

0 comments on commit d811040

Please sign in to comment.