I have a express router with the following line:
router.post(\'/postComment/:id\', postController.comment)
and the pos