Skip to content

Commit

Permalink
✅ changed create to createUser
Browse files Browse the repository at this point in the history
  • Loading branch information
ejim11 committed Feb 3, 2025
1 parent 743f056 commit 0e7e992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/users.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class UsersController {
},
})
public createUser(@Body() createUserDto: CreateUserDto) {
return this.usersService.create(createUserDto);
return this.usersService.createUser(createUserDto);
}

/**
Expand Down

0 comments on commit 0e7e992

Please sign in to comment.