fix(core): update
This commit is contained in:
parent
03ae15b10d
commit
4dad23896c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user