Skip to content

Commit

Permalink
Merge pull request #7 from 2E1I/dev
Browse files Browse the repository at this point in the history
chore: TokenResDTO 수정
  • Loading branch information
CEO-Nick authored Apr 18, 2024
2 parents 2e9be72 + 737ff0e commit 80dd01a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@Data
@Builder
public class TokenResDTO {
private String accessToken;
private LocalDateTime accessTokenExpiredAt;
private String refreshToken;
private LocalDateTime refreshTokenExpiredAt;
Expand Down

0 comments on commit 80dd01a

Please sign in to comment.