Skip to content

Commit

Permalink
tests for the engine itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Oct 21, 2023
1 parent 16786f1 commit b577bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RestController
@RestController
class ChangePasswordEndPoint(val changePassword: ChangePassword) {

@PutMapping("/api/account/password")
@PutMapping("/api/accounts/password")
fun sendVerifyMail(
@RequestBody request: Map<String, String>,
principal: JwtAuthenticationToken
Expand Down

0 comments on commit b577bd2

Please sign in to comment.