Skip to content

Commit

Permalink
Fix: Rota de confirmação de cadastro alterada de post pra get.
Browse files Browse the repository at this point in the history
  • Loading branch information
LibardiFelipe committed Oct 9, 2022
1 parent d6167d5 commit d9a8040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TemplateBase.WebAPI/Controllers/UsersController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task<IActionResult> RegisterUserAsync([FromBody] RegisterUserReques
: BadRequest(response);
}

[HttpPost("verify")]
[HttpGet("verify")]
[AllowAnonymous]
public async Task<IActionResult> VerifyUserAsync([FromQuery] string hash)
{
Expand Down

0 comments on commit d9a8040

Please sign in to comment.