Update express to version 5.1.0 (#36669)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Matt Jankowski
2025-11-06 09:46:08 -05:00
committed by GitHub
parent 0d48005b8a
commit 16dfa32578
3 changed files with 206 additions and 245 deletions

View File

@@ -996,7 +996,7 @@ const startServer = async () => {
// @ts-expect-error
api.use(errorMiddleware);
api.get('/api/v1/streaming/*', (req, res) => {
api.get('/api/v1/streaming/*splat', (req, res) => {
// @ts-expect-error
const channelName = channelNameFromPath(req);