Files
shop-front/src/config/const.ts
T
hamid zarghami 1086135ecb blogs
2025-09-20 16:14:57 +03:30

7 lines
251 B
TypeScript

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 PRIMARY_COLOR = "#015699";