Skip to content

Commit a1d40c4

Browse files
jbh010204jbh010204
andauthored
RINGUS-92 fix: 비밀번호 검증 api 세션체크 없음 변경 (#76)
* RINGUS-92 fix: Hotfix * RINGUS-92 refactor: 비밀번호 재설정 api 세션 검증 필요 없음으로 변경 --------- Co-authored-by: jbh010204 <j@2180130>
1 parent 2a2a7ef commit a1d40c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/es/princip/ringus/presentation/member/MemberController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public ResponseEntity<ApiResponseWrapper<Boolean>> isUniqueNickname(@RequestPara
4444
return ResponseEntity.ok(ApiResponseWrapper.success(HttpStatus.OK, response));
4545
}
4646

47-
@SessionCheck
4847
@PatchMapping("/password")
4948
public ResponseEntity<ApiResponseWrapper<Void>> updatePassword(
5049
@RequestBody PasswordUpdateRequest request,

0 commit comments

Comments
 (0)