mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
providers: consistently use sticky hostname
This commit is contained in:
parent
0115b914ea
commit
bfaac957de
1 changed files with 2 additions and 2 deletions
|
|
@ -58,11 +58,11 @@ module.exports = class Provider {
|
|||
}
|
||||
|
||||
authUrl () {
|
||||
return `${this.opts.host}/${this.id}/connect`
|
||||
return `${this.hostname}/${this.id}/connect`
|
||||
}
|
||||
|
||||
fileUrl (id) {
|
||||
return `${this.opts.host}/${this.id}/get/${id}`
|
||||
return `${this.hostname}/${this.id}/get/${id}`
|
||||
}
|
||||
|
||||
list (directory) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue