Skip to content

Commit 03f4102

Browse files
committed
fix: baseUrl
1 parent f787fa4 commit 03f4102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class TursoClient {
1919
}
2020

2121
this.config = {
22-
baseUrl: "https://api.turso.tech/v1",
22+
baseUrl: "https://api.turso.tech/v1/",
2323
...config,
2424
};
2525

0 commit comments

Comments
 (0)