mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +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
|
|
@ -22,7 +22,7 @@ Uppy()
|
|||
})
|
||||
.use(Instagram, {
|
||||
target: Dashboard,
|
||||
serverUrl: 'https://companion.uppy.io'
|
||||
companionUrl: 'https://companion.uppy.io'
|
||||
})
|
||||
.use(Tus, { endpoint: 'https://master.tus.io/files/' })
|
||||
.on('complete', (result) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue