mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
remove extraneous comment
This commit is contained in:
parent
0cd8409199
commit
02056c5faf
1 changed files with 0 additions and 2 deletions
2
index.js
2
index.js
|
@ -15,8 +15,6 @@ import Keygrip from 'keygrip'
|
||||||
const log = logger(__filename)
|
const log = logger(__filename)
|
||||||
const app = new Koa()
|
const app = new Koa()
|
||||||
|
|
||||||
// monkey patch async-reduce because F U T U R E
|
|
||||||
|
|
||||||
// Create the server and socket.io server
|
// Create the server and socket.io server
|
||||||
const server = http.createServer(app.callback())
|
const server = http.createServer(app.callback())
|
||||||
const io = SocketIO(server, { transports: ['websocket'], path: '/api/socket.io' })
|
const io = SocketIO(server, { transports: ['websocket'], path: '/api/socket.io' })
|
||||||
|
|
Loading…
Add table
Reference in a new issue