去掉控制器上的拦截器
This commit is contained in:
parent
de3558a97d
commit
efb6fe6a14
|
@ -9,7 +9,7 @@ import { LoggingInterceptor } from '../../core/interceptors/logging.interceptor'
|
|||
@Controller('posts')
|
||||
// @UseGuards(DemoAuthGuard)
|
||||
// @UseFilters(DemoFilter)
|
||||
@ UseInterceptors(LoggingInterceptor)
|
||||
// @ UseInterceptors(LoggingInterceptor)
|
||||
export class PostsController {
|
||||
|
||||
constructor(private readonly demoService: DemoService) {}
|
||||
|
|
Loading…
Reference in New Issue