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