mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 14:58:16 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user