redirect url + accordion + blog + ...

This commit is contained in:
hamid zarghami
2025-04-21 12:09:01 +03:30
parent 486bf6a0a7
commit dbee916ad3
26 changed files with 452 additions and 103 deletions
+5
View File
@@ -0,0 +1,5 @@
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";