We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1607876 commit 53dc8dbCopy full SHA for 53dc8db
src/cursor.js
@@ -2,7 +2,7 @@ export default class ArrayCursor {
2
constructor (connection, body) {
3
this.extra = body.extra
4
this._connection = connection
5
- this._api = this._connection.route('_api')
+ this._api = this._connection.route('/_api')
6
this._result = body.result
7
this._hasMore = Boolean(body.hasMore)
8
this._id = body.id
0 commit comments