Skip to content

Commit

Permalink
[FIX/#124] 상수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jan 15, 2024
1 parent 840ad59 commit c57d57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class AuthInterceptor @Inject constructor(
this.addHeader(AUTHORIZATION, "$BEARER ${dataStore.accessToken}")

companion object {
private const val CODE_TOKEN_EXPIRED = 201
private const val CODE_TOKEN_EXPIRED = 401
private const val BEARER = "Bearer"
private const val AUTHORIZATION = "Authorization"
}
Expand Down

0 comments on commit c57d57c

Please sign in to comment.