Skip to content

Commit

Permalink
Fix: todo 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Cha-Ji committed Oct 14, 2022
1 parent e5da9f5 commit 4696c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/src/main/java/retrofit/ApiService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import retrofit2.converter.gson.GsonConverterFactory

object ApiService {

private const val BASE_URL = "https://api.upbit.com/v1/" // TODO: v1을 빼야할수도
private const val BASE_URL = "https://api.upbit.com/v1/"

val upbitClient by lazy {
Retrofit.Builder()
Expand Down

0 comments on commit 4696c15

Please # to comment.