use express as http engine

This commit is contained in:
srgooglo 2022-06-06 11:32:24 +02:00
parent e13193f39c
commit 573c515860

View File

@ -45,6 +45,7 @@ class Server {
middlewares = require("./middlewares")
httpInstance = new LinebridgeServer({
httpEngine: "express",
port: this.httpListenPort,
wsPort: this.wsListenPort,
headers: {