Skip to content

Commit

Permalink
[#241] chore(MemberController): 코드 컨벤션 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerinhwang-sailin committed Oct 10, 2024
1 parent 1ae594d commit fbfdeff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class MemberController implements MemberApi {
private final AuthenticationService authenticationService;
private final SocialLoginService socialLoginService;

private final static int COOKIE_MAX_AGE = 7 * 24 * 60 * 60;
private final static String REFRESH_TOKEN = "refreshToken";
private static final int COOKIE_MAX_AGE = 7 * 24 * 60 * 60;
private static final String REFRESH_TOKEN = "refreshToken";

@Override
@PostMapping("/sign-up")
Expand Down

0 comments on commit fbfdeff

Please sign in to comment.