Formatting
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ export class App {
|
||||
const http = new HttpTransportRouter(router, debug);
|
||||
|
||||
const ws = new WsTransportRouter(router, debug, config.server.maxRequestBodyBytes);
|
||||
const host = new ServerHost(config, debug, [http, ws]);
|
||||
const host = new ServerHost(config, debug, [ http, ws ]);
|
||||
|
||||
return new App(host, database);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user