Merge pull request #1005 from Undergrid/multi_select_quick_match

Multi select quick match
This commit is contained in:
advplyr 2022-09-24 17:46:51 -05:00 committed by GitHub
commit a35b35c062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 208 additions and 3 deletions

View file

@ -103,6 +103,7 @@ class ApiRouter {
this.router.post('/items/batch/delete', LibraryItemController.batchDelete.bind(this))
this.router.post('/items/batch/update', LibraryItemController.batchUpdate.bind(this))
this.router.post('/items/batch/get', LibraryItemController.batchGet.bind(this))
this.router.post('/items/batch/quickmatch', LibraryItemController.batchQuickMatch.bind(this))
//
// User Routes