Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

컨트롤러 추가 #17

Merged
merged 10 commits into from
Sep 9, 2022
Merged

컨트롤러 추가 #17

merged 10 commits into from
Sep 9, 2022

Conversation

dolong2
Copy link
Member

@dolong2 dolong2 commented Sep 8, 2022

한일

  • 컨트롤러 로직을 추가했습니다.
  • 서비스에서 로직이 잘못 짜여져있는 부분을 수정했습니다.
  • 로그인된 멤버를 못가져오던 현상을 수정했습니다.

@dolong2 dolong2 added 2️⃣Priority: Medium 우선순위 중 🐞 BugFix 버그 해결 ✨ Feature 기능 개발 labels Sep 8, 2022
@dolong2 dolong2 requested a review from baekteun September 8, 2022 03:25
@dolong2 dolong2 self-assigned this Sep 8, 2022
@dolong2
Copy link
Member Author

dolong2 commented Sep 9, 2022

머지?

@DeleteMapping
public ResponseEntity<Void> logout(){
logoutService.execute();
return ResponseEntity.ok().build();
Copy link
Member

Choose a reason for hiding this comment

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

https://www.notion.so/HTTP-Status-Code-8b7a1011358b4cbaae39954dc25e3a5e
에다가 Response Status Code 정리해본거 있는데 반영해보싈?

Copy link
Member Author

Choose a reason for hiding this comment

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

반영완료

@PostMapping("/signup")
public ResponseEntity<Void> signUpMember(@RequestBody @Valid SignUpDto signUpDto){
signUpService.execute(signUpDto);
return ResponseEntity.noContent().build();
Copy link
Member

Choose a reason for hiding this comment

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

이 친구 created 어떰

Copy link
Member Author

Choose a reason for hiding this comment

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

굿

@dolong2 dolong2 merged commit be29a6c into main Sep 9, 2022
@dolong2 dolong2 deleted the feature/Controller branch September 9, 2022 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣Priority: Medium 우선순위 중 🐞 BugFix 버그 해결 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants