We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fc37e8 + 3cb9226 commit d7c04c5Copy full SHA for d7c04c5
1 file changed
aspnetcore/src/api/Controllers/UserProfileController.cs
@@ -47,7 +47,7 @@ public UserProfileController(
47
/// <summary>
48
/// Check if user profile exists.
49
/// </summary>
50
- [HttpGet]
+ [HttpGet("exists")]
51
[ProducesResponseType(typeof(ApiResponse), StatusCodes.Status200OK)]
52
public async Task<IActionResult> Get()
53
{
0 commit comments