diff --git a/src/config/const.ts b/src/config/const.ts index e99649b..898b820 100644 --- a/src/config/const.ts +++ b/src/config/const.ts @@ -1,6 +1,6 @@ export const TOKEN_NAME = "shinan_token"; export const REFRESH_TOKEN_NAME = "shinan_refresh_token"; -export const BASE_URL = "https://api.shinan.com"; +export const BASE_URL = "https://shinan-api.danakcorp.com"; // export const BASE_URL = "http://192.168.99.235:4000"; export const PRIMARY_COLOR = "#a62186";