mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 01:05:25 +02:00
Fix:Listening stats on users page and user listening-sessions api endpoint
This commit is contained in:
parent
d8df9a9dff
commit
54663f0f01
2 changed files with 5 additions and 2 deletions
|
@ -109,7 +109,7 @@ class ApiRouter {
|
|||
this.router.patch('/users/:id', UserController.update.bind(this))
|
||||
this.router.delete('/users/:id', UserController.delete.bind(this))
|
||||
|
||||
this.router.get('/users/:id/listening-sessions', UserController.getListeningStats.bind(this))
|
||||
this.router.get('/users/:id/listening-sessions', UserController.getListeningSessions.bind(this))
|
||||
this.router.get('/users/:id/listening-stats', UserController.getListeningStats.bind(this))
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue