Skip to content

Commit d080d4f

Browse files
[TEST] Set /field as COLUMN route
1 parent 00074d6 commit d080d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/slicer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@
334334
this._key = apiKeys;
335335
this._checkKey(apiKeys);
336336
this._sdRoutes = {
337-
column: '/column/',
338-
insert: '/insert/',
337+
column: '/field/',
338+
insert: '/index/',
339339
countEntity: '/query/count/entity/',
340340
countEntityTotal: '/query/count/entity/total/',
341341
countEvent: '/query/count/event/',

0 commit comments

Comments
 (0)