eod commit
This commit is contained in:
@@ -16,7 +16,7 @@ func NewGatewayController(cfg config.Config) GatewayController {
|
||||
botHandler := ws.NewLoggingBotHandler(wsl)
|
||||
|
||||
return GatewayController{
|
||||
Websocket: ws.NewWsGateway(cfg.Gateway, wsl, wCloseFn, modHandler, botHandler),
|
||||
Websocket: ws.NewWebsocketGateway(cfg.Gateway, wsl, wCloseFn, modHandler, botHandler),
|
||||
HttpServer: HttpGateway{},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user