Skip to content

Commit 223f76a

Browse files
committed
gitflow-hotfix-stash: fix-refresh-url
1 parent 48ef2eb commit 223f76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/comit/data/interceptor/AuthorizationInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ class AuthorizationInterceptor @Inject constructor(
219219
const val BEARER_HEADER = "Bearer"
220220
const val AUTHORIZATION = "Authorization"
221221
const val REFRESH_TOKEN = "Refresh-Token"
222-
const val REISSUE_TOKEN_URL = "https://simtong-dev.comit.or.kr/commons/token/reissue"
222+
const val REISSUE_TOKEN_URL = "https://simtong-server.comit.or.kr/commons/token/reissue"
223223
}
224224
}

0 commit comments

Comments
 (0)