mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-08 03:09:42 +00:00
Add:Cron validation api endpoint
This commit is contained in:
parent
d93d4f3236
commit
fddf850a41
3 changed files with 37 additions and 1 deletions
|
|
@ -211,6 +211,7 @@ class ApiRouter {
|
|||
this.router.get('/search/authors', MiscController.findAuthor.bind(this))
|
||||
this.router.get('/search/chapters', MiscController.findChapters.bind(this))
|
||||
this.router.get('/tags', MiscController.getAllTags.bind(this))
|
||||
this.router.post('/validate-cron', MiscController.validateCronExpression.bind(this))
|
||||
}
|
||||
|
||||
async getDirectories(dir, relpath, excludedDirs, level = 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue