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