mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 15:59:38 +00:00
Update get all backups api endpoint to return backupLocation, display location above backup settings
This commit is contained in:
parent
944f5950ca
commit
f37ab53eff
4 changed files with 16 additions and 29 deletions
|
|
@ -187,7 +187,6 @@ class ApiRouter {
|
|||
this.router.get('/backups/:id/download', BackupController.middleware.bind(this), BackupController.download.bind(this))
|
||||
this.router.get('/backups/:id/apply', BackupController.middleware.bind(this), BackupController.apply.bind(this))
|
||||
this.router.post('/backups/upload', BackupController.middleware.bind(this), BackupController.upload.bind(this))
|
||||
this.router.get('/backups/location', BackupController.middleware.bind(this), BackupController.getBackupLocation.bind(this))
|
||||
|
||||
//
|
||||
// File System Routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue