We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2a7ef commit a1d40c4Copy full SHA for a1d40c4
src/main/java/es/princip/ringus/presentation/member/MemberController.java
@@ -44,7 +44,6 @@ public ResponseEntity<ApiResponseWrapper<Boolean>> isUniqueNickname(@RequestPara
44
return ResponseEntity.ok(ApiResponseWrapper.success(HttpStatus.OK, response));
45
}
46
47
- @SessionCheck
48
@PatchMapping("/password")
49
public ResponseEntity<ApiResponseWrapper<Void>> updatePassword(
50
@RequestBody PasswordUpdateRequest request,
0 commit comments