Skip to content

Commit

Permalink
#86 feat : BASE_URL 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
plashdof committed Nov 26, 2023
1 parent 80ca287 commit cba3f3c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ package com.avengers.nibobnebob.presentation.util

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

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

const val ACCESS_TOKEN = "ACCESSTOKEN"
const val REFRESH_TOKEN = "REFRESHTOKEN"
const val NAVER_TOKEN = "NAVERTOKEN"

const val AUTHORIZATION = "authorization"
const val BEARER = "Bearer"
const val MY_LIST = "마이 리스트"
Expand Down

0 comments on commit cba3f3c

Please sign in to comment.