Skip to content

Commit 152cf84

Browse files
committed
attempt to fix invalid URL
1 parent 4e45a18 commit 152cf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class BaseCollection {
422422
this._api.request(
423423
{
424424
method: 'POST',
425-
path: 'import',
425+
path: '/import',
426426
body: data,
427427
ld: Boolean(!opts || opts.type !== 'array'),
428428
qs: {type: 'auto', ...opts, collection: this.name}

0 commit comments

Comments
 (0)