LINXD-2222: Fix middleware typo
This commit is contained in:
parent
1f5755b72d
commit
29737fe5d8
1
app.js
1
app.js
@ -20,7 +20,6 @@ import * as express from "express";
|
|||||||
import * as https from "http";
|
import * as https from "http";
|
||||||
import Server from "socket.io";
|
import Server from "socket.io";
|
||||||
import middleware from 'socketio-wildcard'
|
import middleware from 'socketio-wildcard'
|
||||||
var middleware = require('socketio-wildcard')();
|
|
||||||
const app = express.default();
|
const app = express.default();
|
||||||
|
|
||||||
let worker
|
let worker
|
||||||
|
Loading…
Reference in New Issue
Block a user