Skip to content

Commit

Permalink
#68 feat : 통신 Ip -> Dns로 서버 변동에 따른 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BENDENG1 committed Dec 4, 2023
1 parent 18cb227 commit 77de913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object NetworkModule {
): OkHttpClient {

return OkHttpClient.Builder()
.hostnameVerifier {_,_ -> true}
.readTimeout(3000, TimeUnit.MILLISECONDS)
.connectTimeout(3000, TimeUnit.MILLISECONDS)
.addInterceptor(httpLoggingInterceptor)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package com.avengers.nibobnebob.presentation.util

object Constants {
const val APP_NAME = "NibobNebob"
const val BASE_URL = "https://223.130.162.237:8000/"
//https://www.nibobnebob.site:8000/
const val BASE_URL = "https://www.nibobnebob.site/"

const val AUTO_LOGIN = "AUTOLOGIN"
const val ACCESS = "Access"
Expand Down

0 comments on commit 77de913

Please sign in to comment.