mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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")
|
middlewares = require("./middlewares")
|
||||||
|
|
||||||
httpInstance = new LinebridgeServer({
|
httpInstance = new LinebridgeServer({
|
||||||
|
httpEngine: "express",
|
||||||
port: this.httpListenPort,
|
port: this.httpListenPort,
|
||||||
wsPort: this.wsListenPort,
|
wsPort: this.wsListenPort,
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user