From b995f9e2c410b41ff5deb584122af372b372f527 Mon Sep 17 00:00:00 2001 From: Zoheb Alli Khan Date: Fri, 4 Jun 2021 10:47:31 +0530 Subject: [PATCH] Distinction --- backend/express.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/express.js b/backend/express.js index 6814152..0ea6cd6 100644 --- a/backend/express.js +++ b/backend/express.js @@ -165,10 +165,12 @@ app.use('', 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)`