Skip to content

Commit 53dc8db

Browse files
committed
Fix misspelled endpoint
1 parent 1607876 commit 53dc8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cursor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default class ArrayCursor {
22
constructor (connection, body) {
33
this.extra = body.extra
44
this._connection = connection
5-
this._api = this._connection.route('_api')
5+
this._api = this._connection.route('/_api')
66
this._result = body.result
77
this._hasMore = Boolean(body.hasMore)
88
this._id = body.id

0 commit comments

Comments
 (0)