mirror of
https://github.com/timvisee/send.git
synced 2025-10-03 17:49:18 +02:00
Begin implementing a reporting mechanism
This commit is contained in:
parent
ccbcb69666
commit
9891d1f0ba
37 changed files with 762 additions and 183 deletions
|
@ -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 }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue