Skip to content

Commit

Permalink
fix: oauth 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YongGoose committed Sep 22, 2023
1 parent 0997323 commit 4fe986e
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 4fe986e

Please sign in to comment.