1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00

Adding slash incase couch URL doesn't contain.

This commit is contained in:
mike12345567 2021-12-10 16:44:58 +00:00
parent ec313a300a
commit f136bcbc8c

View file

@ -223,7 +223,7 @@ exports.getAllDbs = async () => {
throw "Cannot connect to CouchDB instance"
}
}
let couchUrl = `${exports.getCouchUrl()}_all_dbs`
let couchUrl = `${exports.getCouchUrl()}/_all_dbs`
if (env.MULTI_TENANCY) {
let tenantId = getTenantId()
// get prod apps