Skip to content

Commit

Permalink
feat: LoginResponse 수정
Browse files Browse the repository at this point in the history
- 필드명 id->userPk로 수정
  • Loading branch information
Lee-Dahyeon committed Nov 4, 2024
1 parent 7ece7df commit 7906a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
@Setter
@AllArgsConstructor
public class LoginResponse {
private Long id;
private Long userPk;
}

0 comments on commit 7906a8e

Please sign in to comment.