update docs, tests, and examples with companionUrl rename

This commit is contained in:
Ifedapo Olarewaju 2019-04-15 14:56:37 +01:00
parent f4e558bf94
commit adeb2fecfa
30 changed files with 76 additions and 76 deletions

View file

@ -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/' })