mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
use express
as http engine
This commit is contained in:
parent
e13193f39c
commit
573c515860
@ -45,6 +45,7 @@ class Server {
|
||||
middlewares = require("./middlewares")
|
||||
|
||||
httpInstance = new LinebridgeServer({
|
||||
httpEngine: "express",
|
||||
port: this.httpListenPort,
|
||||
wsPort: this.wsListenPort,
|
||||
headers: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user