Browse Source

change endpoint to master.tus.io in second DnD example

Artur Paikin 8 years ago
parent
commit
ad90969453
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/examples/dragdrop/app.es6

+ 1 - 1
website/src/examples/dragdrop/app.es6

@@ -13,7 +13,7 @@ uppyOne
 const uppyTwo = new Uppy({debug: true, autoProceed: false})
 uppyTwo
   .use(DragDrop, {target: '#UppyDragDrop-Two'})
-  .use(Tus10, {endpoint: '//tusd.tus.io/files/'})
+  .use(Tus10, {endpoint: '://master.tus.io/files/'})
   .use(ProgressBar, {target: '.UppyDragDrop-Two-Progress'})
   .run()