79665183

Date: 2025-06-13 17:13:58
Score: 1
Natty:
Report link

I misput the closing bracket in the homeController file

router.post('/put-crud'), homeController.putCRUD;

// it should be

router.post('/put-crud', homeController.putCRUD);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Dr Linh Chi Nguyen