mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 09:49:24 +02:00
Add a way to see the backup location
This commit is contained in:
parent
9519f6418d
commit
bfa87a2131
5 changed files with 30 additions and 1 deletions
|
@ -10,6 +10,12 @@ class BackupController {
|
|||
})
|
||||
}
|
||||
|
||||
getBackupLocation(req, res) {
|
||||
res.json({
|
||||
backupLocation: this.backupManager.backupLocation
|
||||
})
|
||||
}
|
||||
|
||||
create(req, res) {
|
||||
this.backupManager.requestCreateBackup(res)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue