Skip to content

Commit

Permalink
Update signal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xosg committed Nov 7, 2023
1 parent 33326af commit f5ef8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signal.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ ENGINE.on('connection', (ue, req) => {
ue.onerror
})

const HTTP = require('http')
global.HTTP = require('http')
.createServer()
.listen(global.PORT || 88)

Expand Down

0 comments on commit f5ef8ce

Please sign in to comment.