fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-25 16:34:10 +00:00
parent 03ae15b10d
commit 4dad23896c

View File

@ -25,6 +25,7 @@ export class AgTestServer {
forceSsl: false,
});
for (const handlerArg of this.handlers) {
await handlerArg.start();
this.server.addRoute(
`/${handlerArg.slug}`,
new plugins.smartexpress.HandlerTypedRouter(handlerArg.typedrouter)