fix(core): update
This commit is contained in:
parent
03ae15b10d
commit
4dad23896c
@ -25,6 +25,7 @@ export class AgTestServer {
|
|||||||
forceSsl: false,
|
forceSsl: false,
|
||||||
});
|
});
|
||||||
for (const handlerArg of this.handlers) {
|
for (const handlerArg of this.handlers) {
|
||||||
|
await handlerArg.start();
|
||||||
this.server.addRoute(
|
this.server.addRoute(
|
||||||
`/${handlerArg.slug}`,
|
`/${handlerArg.slug}`,
|
||||||
new plugins.smartexpress.HandlerTypedRouter(handlerArg.typedrouter)
|
new plugins.smartexpress.HandlerTypedRouter(handlerArg.typedrouter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user