()
| 78 | } |
| 79 | |
| 80 | public getGlobalInterceptors(): NestInterceptor[] { |
| 81 | return this.globalInterceptors; |
| 82 | } |
| 83 | |
| 84 | public addGlobalInterceptor(interceptor: NestInterceptor) { |
| 85 | this.globalInterceptors.push(interceptor); |
no outgoing calls
no test coverage detected