We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f787fa4 commit 03f4102Copy full SHA for 03f4102
1 file changed
src/client.ts
@@ -19,7 +19,7 @@ export class TursoClient {
19
}
20
21
this.config = {
22
- baseUrl: "https://api.turso.tech/v1",
+ baseUrl: "https://api.turso.tech/v1/",
23
...config,
24
};
25
0 commit comments