online and offline base cart

This commit is contained in:
hamid zarghami
2025-09-14 10:27:33 +03:30
parent cb5a9a8e21
commit 7b05f96576
16 changed files with 690 additions and 24 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://api.shinan.ir";
export const BASE_URL = "https://api-sondos.run.danakcorp.com";
export const BASE_URL = "https://api.shinan.ir";
// export const BASE_URL = "https://api-sondos.run.danakcorp.com";
export const PRIMARY_COLOR = "#015699";