|
@@ -48,7 +48,7 @@ export async function getServerSideProps(context) { |
|
|
if (res["STATUS"] === 1) { |
|
|
if (res["STATUS"] === 1) { |
|
|
product = res["DATA"]["products"]; |
|
|
product = res["DATA"]["products"]; |
|
|
} |
|
|
} |
|
|
console.log(res); |
|
|
|
|
|
|
|
|
// console.log(res); |
|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
props: { |
|
|
props: { |
|
|