Distinction

This commit is contained in:
Zoheb Alli Khan 2021-06-04 10:47:31 +05:30
parent e775f8e675
commit b995f9e2c4
1 changed files with 4 additions and 2 deletions

View File

@ -165,10 +165,12 @@ app.use('<admin dir>', admin)`; // Mounting a sub - app
`req.param('name')`
``app.post('/', function (req, res, next) {
``Properties``
`app.post('/', function (req, res, next) {
console.log(req.body)
res.json(req.body)
})``
})`
`console.dir(req.cookies.name)`