Skip to content

Hdong dev #1

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

Merged
merged 8 commits into from
May 29, 2024
Merged

Hdong dev #1

merged 8 commits into from
May 29, 2024

Conversation

YouWeiDH
Copy link

hdong: finish #65.
Please help to review and merge , any question , please tell me , Thank you.
cc: @Oceania2018 .

@@ -94,4 +94,18 @@ public async Task<UserViewModel> GetMyUserProfile()
}
return UserViewModel.FromUser(user);
}

[AllowAnonymous]
[HttpPost("/user/unique/{username}")]
Copy link

@Oceania2018 Oceania2018 May 29, 2024

Choose a reason for hiding this comment

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

[HttpGet("/user/name/existing")]
public async Task<bool> VerifyUserUnique([FromQuery] string userName)
{}

}

[AllowAnonymous]
[HttpPost("/email/unique/{email}")]

Choose a reason for hiding this comment

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

[HttpGet("/user/email/existing")]
public async Task<bool> VerifyEmailUnique([FromQuery]string email)
{]

@Oceania2018 Oceania2018 merged commit 54da560 into master May 29, 2024
Oceania2018 pushed a commit that referenced this pull request Dec 18, 2024
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