mirror of
https://github.com/timvisee/send.git
synced 2026-04-21 22:14:33 -04:00
add streaming
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ if (config.sentry_dsn) {
|
||||
|
||||
const app = express();
|
||||
expressWs(app, null, { perMessageDeflate: false });
|
||||
app.ws('/api/ws', require('./routes/ws')); //want to move this into routes/index.js but it's not working...
|
||||
app.ws('/api/ws', require('./routes/ws'));
|
||||
routes(app);
|
||||
|
||||
app.use(
|
||||
|
||||
Reference in New Issue
Block a user