Skip to content

Commit

Permalink
api 서버 주소 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
otcroz committed Sep 13, 2022
1 parent af1a540 commit a938f6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class MyApplication: Application() {
var client = OkHttpClient.Builder().addInterceptor(httpLoggingInterceptor()).build()

/* 서버 요청용 */
val apiserver = "http://192.168.219.113:5000/"
// http://ec2-13-124-250-65.ap-northeast-2.compute.amazonaws.com:5000/
val apiserver = "http://ec2-13-124-250-65.ap-northeast-2.compute.amazonaws.com:5000/"
// http://192.168.219.113:5000/

var networkServiceUsers: NetworkServiceUsers
val retrofitUsers: Retrofit
Expand Down

0 comments on commit a938f6c

Please sign in to comment.