Skip to content

Commit 5ad48a5

Browse files
author
jbh010204
committed
RINGUS-92 refactor: 비밀번호 재설정 api 세션 검증 필요 없음으로 변경
1 parent f376fce commit 5ad48a5

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)