Skip to content

Commit

Permalink
Merge pull request #96 from Chat-ITC/main
Browse files Browse the repository at this point in the history
fix: oauth 수정
  • Loading branch information
YongGoose authored Sep 22, 2023
2 parents d50b460 + 4fe986e commit 5035185
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ public class MemberController {
private final MemberService memberService;
private final AuthService authService;

@GetMapping("/hello")
public String helloController() {
return "hello";
}

@PatchMapping("/member/update/level") // member skill 수정
public ResponseEntity<MemberInfoResponseDto> updateMemberSkill(
Expand Down

0 comments on commit 5035185

Please sign in to comment.