We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a074c8 commit 6918efbCopy full SHA for 6918efb
src/collections/db.ts
@@ -29,7 +29,7 @@ export class Db {
29
this.rootHttpClient = httpClient;
30
// use a clone of the underlying http client to support multiple db's from a single connection
31
this.httpClient = new HTTPClient({
32
- baseUrl: httpClient.baseUrl + `/${name}`,
+ baseUrl: httpClient.baseUrl,
33
username: httpClient.username,
34
password: httpClient.password,
35
authUrl: httpClient.authUrl,
0 commit comments