website :Cannot GET /view/product/products.php
In app.js
router.post('/products', function (req, res) { res.sendFile(path.join(__dirname + '/view/product/products.php')); }); router.get('/products', function (req, res) { res.sendFile(path.join(__dirname + '/view/product/products.php'));});
https://i.stack.imgur.com/ea7YS.png https://i.stack.imgur.com/WYL8n.png
2.1m questions
2.1m answers
60 comments
57.0k users