This commit is contained in:
hamid zarghami
2025-09-20 16:14:57 +03:30
parent 40c3729d65
commit 1086135ecb
15 changed files with 593 additions and 132 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const TOKEN_NAME = "sh_token";
export const REFRESH_TOKEN_NAME = "sh_refresh_token";
// export const BASE_URL = "https://shop-api.dev.danakcorp.com";
export const BASE_URL = "http://192.168.1.111:4000";
export const BASE_URL = "https://shop-api.dev.danakcorp.com";
// export const BASE_URL = "http://192.168.1.111:4000";
export const PRIMARY_COLOR = "#015699";