mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
Commit 1: Backend Route & Temporary Storage
This commit is contained in:
parent
c010f0e1eb
commit
0fb87e1c96
2 changed files with 52 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ class ApiRouter {
|
|||
// Misc Routes
|
||||
//
|
||||
this.router.post('/upload', MiscController.handleUpload.bind(this))
|
||||
this.router.post('/upload/chunk', MiscController.handleChunkUpload.bind(this))
|
||||
this.router.get('/tasks', MiscController.getTasks.bind(this))
|
||||
this.router.patch('/settings', MiscController.updateServerSettings.bind(this))
|
||||
this.router.patch('/sorting-prefixes', MiscController.updateSortingPrefixes.bind(this))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue