Skip to content

Conversation

@jiwon1217
Copy link
Collaborator

@jiwon1217 jiwon1217 commented Jul 15, 2025

🛰️ Issue Number

🪐 작업 내용

  • DELETE /user/me: 회원탈퇴 기능
  • UPDATE /user/me: 닉네임 수정 기능
  • 프론트엔드에서 form 요청 시 메서드가 변환되지 않는 문제가 발생할 수 있어서 WebConfig에 코드를 추가했습니다. js로 method를 지정해서 요쳥을 보낸다면 해당 코드는 필요없지만, 혹시 모를 form 요청에 대비해서 만들어 둔 것이라고 생각하시면 됩니다 !!
@Bean
    public HiddenHttpMethodFilter hiddenHttpMethodFilter() {
        return new HiddenHttpMethodFilter();
    }

📚 Reference

✅ Check List

  • 코드가 정상적으로 컴파일되나요?
  • 테스트 코드를 통과했나요?
  • merge할 브랜치의 위치를 확인했나요?
  • Label을 지정했나요?

@jiwon1217 jiwon1217 added the enhancement New feature or request label Jul 15, 2025
@jiwon1217 jiwon1217 self-assigned this Jul 15, 2025
Copy link
Collaborator

@sehee123 sehee123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다! 🙌

Copy link
Collaborator

@LimKangHyun LimKangHyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!👍

Copy link
Collaborator

@silver-eunjoo silver-eunjoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

왕! 고생하셨습니다 !

import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;

@Controller
Copy link
Collaborator

@dlsrks1021 dlsrks1021 Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[L5-참고의견]
Controller로 어노테이션이 되어 있다면 뷰 탐색 동작이 일어날 것 같습니다.
확인해 주시면 감사하겠습니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다 ! 리뷰 반영했습니다

@jiwon1217 jiwon1217 merged commit e4a1912 into dev Jul 15, 2025
2 checks passed
@jiwon1217 jiwon1217 deleted the feat/32 branch July 15, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants