()
| 205 | } |
| 206 | |
| 207 | public async registerRouter() { |
| 208 | await this.registerMiddleware(this.httpAdapter); |
| 209 | |
| 210 | const prefix = this.config.getGlobalPrefix(); |
| 211 | const basePath = addLeadingSlash(prefix); |
| 212 | this.routesResolver.resolve(this.httpAdapter, basePath); |
| 213 | } |
| 214 | |
| 215 | public async registerRouterHooks() { |
| 216 | this.routesResolver.registerNotFoundHandler(); |
no test coverage detected