fix(core): update
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user