diff --git a/src/config/const.ts b/src/config/const.ts index 8d32586..f94db4a 100644 --- a/src/config/const.ts +++ b/src/config/const.ts @@ -2,4 +2,4 @@ export const BASE_URL = "https://api.danakcorp.com"; export const REFRESH_TOKEN_NAME = "dsc_refresh_token"; export const TOKEN_NAME = "dsc_token"; export const LOGIN_URL = "https://console.danakcorp.com/auth/login"; -export const CONSOLE_URL = "https://console.danakcorp.com"; +export const CONSOLE_URL = "https://console.danakcorp.com/dashboard";