last update
This commit is contained in:
@@ -35,7 +35,7 @@ const SingleProduct = ({ id }: SingleProductProps) => {
|
|||||||
notFound()
|
notFound()
|
||||||
}
|
}
|
||||||
|
|
||||||
const { product, categoryPath, reviews, stats } = productData.results
|
const { product, categoryPath, stats } = productData.results
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='mt-14 px-4 sm:px-6 md:px-8 lg:px-12 xl:px-20'>
|
<div className='mt-14 px-4 sm:px-6 md:px-8 lg:px-12 xl:px-20'>
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
export const TOKEN_NAME = "sh_token";
|
export const TOKEN_NAME = "sh_token";
|
||||||
export const REFRESH_TOKEN_NAME = "sh_refresh_token";
|
export const REFRESH_TOKEN_NAME = "sh_refresh_token";
|
||||||
export const BASE_URL = "https://api.fajrtabloshop.com";
|
// export const BASE_URL = "https://api.fajrtabloshop.com";
|
||||||
// export const BASE_URL = "http://192.168.1.111:4000";
|
export const BASE_URL = "http://192.168.99.235:4000";
|
||||||
|
|
||||||
export const PRIMARY_COLOR = "#DA2129";
|
export const PRIMARY_COLOR = "#DA2129";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user