From b00fe2dad351c06381bea70b90b2e04ae5183d5e Mon Sep 17 00:00:00 2001 From: Ray Jang Date: Tue, 20 Feb 2024 20:47:44 +0900 Subject: [PATCH] =?UTF-8?q?[System]=20TokenRepository,=20TokenApi=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ac/dnd/mour/android/data/remote/network/di/KtorModule.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/src/main/kotlin/ac/dnd/mour/android/data/remote/network/di/KtorModule.kt b/data/src/main/kotlin/ac/dnd/mour/android/data/remote/network/di/KtorModule.kt index ffce6fa6..fc569d05 100644 --- a/data/src/main/kotlin/ac/dnd/mour/android/data/remote/network/di/KtorModule.kt +++ b/data/src/main/kotlin/ac/dnd/mour/android/data/remote/network/di/KtorModule.kt @@ -63,9 +63,6 @@ internal object KtorModule { @DebugInterceptor debugInterceptor: Optional, tokenRepository: TokenRepository ): HttpClient { - // TODO : authApi 에서 Auth Http Client 를 빼거나, -> 그럼 Auth 쓰는애는 어디로? - // TODO : 직접 API 를 쏘거나? -> 그럼 가져오는 토큰은 어떻게 저장? - // Token 을 보관하고, API 를 쏘는 Repository 를 소집합으로 하나 만들어야 함. val isDebug: Boolean = (0 != context.applicationInfo.flags and ApplicationInfo.FLAG_DEBUGGABLE)