(@Body() body: CreateTodoDto, @AuthUser() authUser: User)
| 17 | @Auth(Roles.User) |
| 18 | @Post() |
| 19 | async create(@Body() body: CreateTodoDto, @AuthUser() authUser: User) {} |
| 20 | |
| 21 | @UsePipes(new ValidationPipe()) |
| 22 | @ApiResponse({ description: 'Return all articles.' }) |
no outgoing calls