fix: shoud not be empty variandId

This commit is contained in:
hamid zarghami
2025-10-28 09:29:09 +03:30
parent e56e73bf7b
commit cc23cf86e6
5 changed files with 73 additions and 31 deletions
+1 -1
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 = "https://api.fajrtabloshop.com";
// export const BASE_URL = "http://192.168.1.111:4000";
export const PRIMARY_COLOR = "#DA2129";