Skip to content

Commit 1747742

Browse files
committed
fix(storage): url suffix
1 parent 9a51af6 commit 1747742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/storage-js/src/StorageClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class StorageClient extends StorageBucketApi {
3232
* @returns A StorageVectorsClient instance configured with the current storage settings.
3333
*/
3434
vectors(): StorageVectorsClient {
35-
return new StorageVectorsClient(this.url, {
35+
return new StorageVectorsClient(this.url + '/vector', {
3636
headers: this.headers,
3737
fetch: this.fetch,
3838
})

0 commit comments

Comments
 (0)