fix(xo-server/proxy.update): return proxy with its URL
This commit is contained in:
parent
6432a44860
commit
22ea1c0e2a
@ -189,7 +189,10 @@ export default class Proxy {
|
||||
)
|
||||
|
||||
patch(proxy, { address, authenticationToken, name, vmUuid })
|
||||
return this._db.update(proxy)
|
||||
await this._db.update(proxy)
|
||||
|
||||
addProxyUrl(proxy)
|
||||
return proxy
|
||||
}
|
||||
|
||||
async upgradeProxyAppliance(id, ignoreRunningJobs = false) {
|
||||
|
Loading…
Reference in New Issue
Block a user