Commit de78176a authored by nanahira's avatar nanahira

fix doc typo

parent 74c10c06
......@@ -110,7 +110,7 @@ export class UserController {
return this.userService.findAll(user);
}
@dec.update() // PATH /:id
@dec.update() // PATCH /:id
update(@dec.idParam() id: number, @dec.updateParam() user: UpdateUserDto) {
return this.userService.update(id, user);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment