Skip to content

Commit

Permalink
feat: 엔드포인트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Dec 14, 2024
1 parent 096d329 commit b079bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public ResponseEntity<Void> kakaoLogin(
.build();
}

@GetMapping("/api/users")
@GetMapping("/api/users/mine")
public ResponseEntity<UserResponse> findUser(@Login Long userId) {
UserAppResponse response = userService.findById(userId);
return ResponseEntity.ok(UserResponse.of(response));
Expand Down

0 comments on commit b079bbf

Please sign in to comment.