update endpoint to //master.tus.io/files/

This commit is contained in:
Artur Paikin 2016-11-25 15:11:43 -06:00
parent 5e2ebfe2dc
commit 8edb199eca
5 changed files with 4 additions and 5 deletions

View file

@ -30,7 +30,7 @@ function uppyInit () {
uppy.use(Webcam, {target: Dashboard})
}
uppy.use(Tus10, {endpoint: '//tusd.tus.io/files/', resume: true})
uppy.use(Tus10, {endpoint: '//master.tus.io/files/', resume: true})
uppy.use(Informer, {target: Dashboard})
uppy.use(MetaData, {
fields: [

View file

@ -6,7 +6,7 @@ import Tus10 from '../../../../src/plugins/Tus10.js'
const uppyOne = new Uppy({debug: true})
uppyOne
.use(DragDrop, {target: '.UppyDragDrop-One'})
.use(Tus10, {endpoint: '//tusd.tus.io/files/'})
.use(Tus10, {endpoint: '//master.tus.io/files/'})
.use(ProgressBar, {target: '.UppyDragDrop-One-Progress'})
.run()

View file

@ -5,7 +5,7 @@ import russian from '../../../../src/locales/ru_RU'
const uppy = new Uppy({debug: true, autoProceed: false, locale: russian})
uppy
.use(Tus10, {endpoint: '//tusd.tus.io/files/'})
.use(Tus10, {endpoint: '//master.tus.io/files/'})
.run()
console.log('--> Uppy Bundled version with Tus10 & Russian language pack has loaded')

View file

@ -9,7 +9,7 @@
<script>
var uppy = new Uppy.Core({locale: Uppy.locales.ru_RU, debug: true});
uppy.use(Uppy.DragDrop, {target: '.UppyDragDrop'});
uppy.use(Uppy.Tus10, {endpoint: 'http://master.tus.io:3020/files/'});
uppy.use(Uppy.Tus10, {endpoint: '//master.tus.io/files/'});
uppy.run();
console.log('--> Uppy pre-built version with Tus10, DragDrop & Russian language pack has loaded');

View file

@ -2,7 +2,6 @@
<li><a href="https://twitter.com/uppy_io" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @uppy_io</a></li>
<li><iframe src="https://ghbtns.com/github-btn.html?user=transloadit&repo=uppy&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
</li>
<li class="BuildBadge">
<span class="wrapper">
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://travis-ci.org/transloadit/uppy.svg" alt="Build Status"></a>