Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
api에 대한 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Feb 22, 2024
1 parent 1abdd74 commit 1dd6efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Mono<Void> changePasswordCurrentUser(@Valid @RequestBody ChangePasswordRe
return changePasswordService.currentUser(request);
}

@PatchMapping()
@PatchMapping("/non-login/password")
@ResponseStatus(HttpStatus.NO_CONTENT)
public Mono<Void> changePasswordNonLoggedInUser (@Valid @RequestBody ChangePasswordRequest request) {
return changePasswordService.nonLoggedInUser(request);
Expand Down

0 comments on commit 1dd6efc

Please sign in to comment.