Showing
1 changed file
with
2 additions
and
2 deletions
@@ -26,11 +26,11 @@ const getSingleData = (req, res) => { | @@ -26,11 +26,11 @@ const getSingleData = (req, res) => { | ||
26 | }); | 26 | }); |
27 | }; | 27 | }; |
28 | 28 | ||
29 | -//const getProductData = (req, res) => { | 29 | +// const getProductData = (req, res) => { |
30 | // singleDayModel.getProductData().then(result => { | 30 | // singleDayModel.getProductData().then(result => { |
31 | // res.json(result); | 31 | // res.json(result); |
32 | // }); | 32 | // }); |
33 | -//}; | 33 | +// }; |
34 | 34 | ||
35 | module.exports = { | 35 | module.exports = { |
36 | singleDay, | 36 | singleDay, |
-
Please register or login to post a comment