Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-weber committed Dec 8, 2023
1 parent 8d85966 commit ac256f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export function getRoutes(nodekit: NodeKit, options: GetRoutesOptions) {
write: true,
}),
moveWorkbooks: makeRoute({
route: 'POST /v2/workbooks/move-workbooks',
route: 'POST /v2/workbooks/moveList',
handler: workbooksController.moveList,
write: true,
}),
Expand Down Expand Up @@ -385,7 +385,7 @@ export function getRoutes(nodekit: NodeKit, options: GetRoutesOptions) {
write: true,
}),
moveCollections: makeRoute({
route: 'POST /v1/collections/move-collections',
route: 'POST /v1/collections/moveList',
handler: collectionsController.moveList,
write: true,
}),
Expand Down

0 comments on commit ac256f9

Please sign in to comment.