mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-29 01:58:49 +01:00
Update MiscController.js to respond with objects
Changes: - `getAllTags` (GET /api/tags)
This commit is contained in:
parent
13532cba14
commit
c9ab2a242d
@ -137,7 +137,9 @@ class MiscController {
|
||||
})
|
||||
}
|
||||
})
|
||||
res.json(tags)
|
||||
res.json({
|
||||
tags: tags
|
||||
})
|
||||
}
|
||||
|
||||
validateCronExpression(req, res) {
|
||||
|
Loading…
Reference in New Issue
Block a user