mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 12:37:00 +00:00
update docs, tests, and examples with companionUrl rename
This commit is contained in:
parent
f4e558bf94
commit
adeb2fecfa
30 changed files with 76 additions and 76 deletions
2
examples/react-example/App.js
vendored
2
examples/react-example/App.js
vendored
|
|
@ -16,7 +16,7 @@ module.exports = class App extends React.Component {
|
|||
|
||||
this.uppy = new Uppy({ id: 'uppy1', autoProceed: true, debug: true })
|
||||
.use(Tus, { endpoint: 'https://master.tus.io/files/' })
|
||||
.use(GoogleDrive, { serverUrl: 'https://companion.uppy.io' })
|
||||
.use(GoogleDrive, { companionUrl: 'https://companion.uppy.io' })
|
||||
|
||||
this.uppy2 = new Uppy({ id: 'uppy2', autoProceed: false, debug: true })
|
||||
.use(Tus, { endpoint: 'https://master.tus.io/files/' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue