added review hub profile page

This commit is contained in:
zipben 2025-06-04 15:25:02 +00:00
parent 111742cf99
commit cbb8950b46
4 changed files with 172 additions and 6 deletions

View file

@ -144,6 +144,7 @@ class ApiRouter {
this.router.patch('/users/:id/openid-unlink', UserController.middleware.bind(this), UserController.unlinkFromOpenID.bind(this))
this.router.get('/users/:id/listening-sessions', UserController.middleware.bind(this), UserController.getListeningSessions.bind(this))
this.router.get('/users/:id/listening-stats', UserController.middleware.bind(this), UserController.getListeningStats.bind(this))
this.router.get('/users/:id/reviews', UserController.middleware.bind(this), UserController.getUserReviews.bind(this))
//
// Collection Routes