Skip to content

Commit

Permalink
Better API endpoint URL for HandleInviteLink
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Sep 26, 2024
1 parent 6312e4f commit 1edf28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/LexBoxApi/Controllers/UserController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ await HttpContext.SignInAsync(user.GetPrincipal("Registration"),
return Ok(user);
}

[HttpGet("handleInviteLink")]
[HttpGet("acceptInvitation")]
[RequireAudience(LexboxAudience.RegisterAccount, true)]
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status401Unauthorized)]
Expand Down

0 comments on commit 1edf28a

Please sign in to comment.