mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
update endpoint to //master.tus.io/files/
This commit is contained in:
parent
5e2ebfe2dc
commit
8edb199eca
5 changed files with 4 additions and 5 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue