Skip to content

Commit 6918efb

Browse files
committed
Create db http endpoint
1 parent 5a074c8 commit 6918efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collections/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Db {
2929
this.rootHttpClient = httpClient;
3030
// use a clone of the underlying http client to support multiple db's from a single connection
3131
this.httpClient = new HTTPClient({
32-
baseUrl: httpClient.baseUrl + `/${name}`,
32+
baseUrl: httpClient.baseUrl,
3333
username: httpClient.username,
3434
password: httpClient.password,
3535
authUrl: httpClient.authUrl,

0 commit comments

Comments
 (0)