res dto
This commit is contained in:
2
backend/dist/users/users.controller.js
vendored
2
backend/dist/users/users.controller.js
vendored
@@ -23,7 +23,7 @@ let UsersController = class UsersController {
|
||||
}
|
||||
async changePassword(req, dto) {
|
||||
console.log("dd");
|
||||
return await this.userService.changePassword(req.user.userId, dto);
|
||||
return await this.userService.changePassword(2, dto);
|
||||
}
|
||||
};
|
||||
exports.UsersController = UsersController;
|
||||
|
Reference in New Issue
Block a user