Update HLS stream endpoints to not include user token

This commit is contained in:
advplyr 2025-05-06 17:28:19 -05:00
parent 1afb8840db
commit 1f7b181b7b
3 changed files with 4 additions and 7 deletions

View file

@ -313,7 +313,7 @@ class Server {
router.use(express.json({ limit: '5mb' }))
router.use('/api', this.auth.ifAuthNeeded(this.authMiddleware.bind(this)), this.apiRouter.router)
router.use('/hls', this.authMiddleware.bind(this), this.hlsRouter.router)
router.use('/hls', this.hlsRouter.router)
router.use('/public', this.publicRouter.router)
// Static path to generated nuxt