Adding slash incase couch URL doesn't contain.
This commit is contained in:
parent
e1a527a4bb
commit
a0bb13e5c0
|
@ -223,7 +223,7 @@ exports.getAllDbs = async () => {
|
||||||
throw "Cannot connect to CouchDB instance"
|
throw "Cannot connect to CouchDB instance"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let couchUrl = `${exports.getCouchUrl()}_all_dbs`
|
let couchUrl = `${exports.getCouchUrl()}/_all_dbs`
|
||||||
if (env.MULTI_TENANCY) {
|
if (env.MULTI_TENANCY) {
|
||||||
let tenantId = getTenantId()
|
let tenantId = getTenantId()
|
||||||
// get prod apps
|
// get prod apps
|
||||||
|
|
Loading…
Reference in New Issue