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)`