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

@ -31,10 +31,10 @@ const uppy = Uppy({
proudlyDisplayPoweredByUppy: true,
note: '2 files, images and video only'
})
.use(GoogleDrive, { target: Dashboard, serverUrl: 'http://localhost:3020' })
.use(Instagram, { target: Dashboard, serverUrl: 'http://localhost:3020' })
.use(Dropbox, { target: Dashboard, serverUrl: 'http://localhost:3020' })
.use(Url, { target: Dashboard, serverUrl: 'http://localhost:3020' })
.use(GoogleDrive, { target: Dashboard, companionUrl: 'http://localhost:3020' })
.use(Instagram, { target: Dashboard, companionUrl: 'http://localhost:3020' })
.use(Dropbox, { target: Dashboard, companionUrl: 'http://localhost:3020' })
.use(Url, { target: Dashboard, companionUrl: 'http://localhost:3020' })
.use(Webcam, { target: Dashboard })
.use(Tus, { endpoint: TUS_ENDPOINT })
// .use(XHRUpload, { endpoint: XHR_ENDPOINT })