mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
added agent to server metrics (#1321)
This commit is contained in:
committed by
Donovan Preston
parent
19ac0480ee
commit
f603f40f43
@@ -13,8 +13,8 @@ if (config.sentry_dsn) {
|
||||
const app = express();
|
||||
|
||||
expressWs(app, null, { perMessageDeflate: false });
|
||||
app.ws('/api/ws', require('../routes/ws'));
|
||||
routes(app);
|
||||
app.ws('/api/ws', require('../routes/ws'));
|
||||
|
||||
app.use(
|
||||
express.static(path.resolve(__dirname, '../../dist/'), {
|
||||
|
||||
Reference in New Issue
Block a user