mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Begin implementing a reporting mechanism
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = function(app, devServer) {
|
||||
expressWs(wsapp, null, { perMessageDeflate: false });
|
||||
routes(wsapp);
|
||||
wsapp.ws('/api/ws', require('../routes/ws'));
|
||||
wsapp.listen(8081, config.listen_address);
|
||||
wsapp.listen(1338, config.listen_address);
|
||||
|
||||
assets.setMiddleware(devServer.middleware);
|
||||
app.use(morgan('dev', { stream: process.stderr }));
|
||||
|
||||
Reference in New Issue
Block a user