mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: remove duplicate streaming controller
This commit is contained in:
parent
b7821f6585
commit
d96481a0cf
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ app.use('/nodeinfo/*', logger(debug));
|
|||
app.use('/oauth/*', logger(debug));
|
||||
|
||||
app.get('/api/v1/streaming', streamingController);
|
||||
app.get('/api/v1/streaming/', streamingController);
|
||||
app.get('/relay', relayController);
|
||||
|
||||
app.use('*', csp(), cors({ origin: '*', exposeHeaders: ['link'] }), auth19, auth98(), storeMiddleware);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue