Skip to content

Commit d7c04c5

Browse files
authored
Merge pull request #296 from CSCfi/CSCTTV-4766-add-api-endpoint-to-check-profile-existence
CSCTTV-4766 rename GET endpoint in userprofile controller
2 parents 7fc37e8 + 3cb9226 commit d7c04c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/src/api/Controllers/UserProfileController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public UserProfileController(
4747
/// <summary>
4848
/// Check if user profile exists.
4949
/// </summary>
50-
[HttpGet]
50+
[HttpGet("exists")]
5151
[ProducesResponseType(typeof(ApiResponse), StatusCodes.Status200OK)]
5252
public async Task<IActionResult> Get()
5353
{

0 commit comments

Comments
 (0)