Skip to content

Commit

Permalink
chore: Update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Apr 7, 2024
1 parent 3a5e926 commit b0f0e50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import javax.inject.Singleton
@Module
@InstallIn(SingletonComponent::class)
object NetworkModule {
private const val API_PRODUCTION = "https://api.kongjak.com/v3/"
private const val API_DEVELOPMENT = "https://dev.api.kongjak.com/v3/"
private const val API_PRODUCTION = "https://api.koreatech.kongjak.com/v3/"
private const val API_DEVELOPMENT = "https://dev.api.koreatech.kongjak.com/v3/"

private val apiUrl = if (BuildConfig.BUILD_TYPE == "release") {
API_PRODUCTION
Expand Down

0 comments on commit b0f0e50

Please sign in to comment.