Skip to content

Commit

Permalink
[#59] refactor: 브랜치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 committed Jan 12, 2024
1 parent 1c17ce1 commit b409dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AuthService {
private final SlackApi slackApi;


private final Long TOKEN_EXPIRATION_TIME_ACCESS = 60 * 1000L; //1분
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 1* 60 * 1000L; //1분
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 3 * 60 * 1000L; //3분
@Value("${static-image.root}")
private String BASIC_ROOT;
Expand Down

0 comments on commit b409dae

Please sign in to comment.