Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User 모듈 추가 #3

Merged
merged 2 commits into from
Dec 31, 2024
Merged

User 모듈 추가 #3

merged 2 commits into from
Dec 31, 2024

Conversation

makepin2r
Copy link
Collaborator

변동 사항

  • User 모듈 추가
  • api 정의
    • 회원 가입(생성)
    • 회원 정보 조회
    • 회원 정보 업데이트
    • 회원 삭제

close #2

@makepin2r makepin2r requested a review from new-deni December 31, 2024 07:31
@makepin2r makepin2r self-assigned this Dec 31, 2024
return await this.prismaService.user.create({
data: {
...createUserDto,
role: Role.USER,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오잉 이 role은 남겨두셨군요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앗 깜박했습니다!

@makepin2r makepin2r merged commit 0358f62 into dev Dec 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants