mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Update MiscController.js to respond with objects
Changes: - `getAllTags` (GET /api/tags)
This commit is contained in:
@@ -137,7 +137,9 @@ class MiscController {
|
||||
})
|
||||
}
|
||||
})
|
||||
res.json(tags)
|
||||
res.json({
|
||||
tags: tags
|
||||
})
|
||||
}
|
||||
|
||||
validateCronExpression(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user