Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Thakur committed Jan 20, 2021
1 parent 2b2b4a7 commit 1c4007b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/responseController.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ router.post('/addResponse', (req,res) => {
});

function addResponse(req,res) {
console.log(req.body);
var newResponse = new response();
newResponse.surveyId = req.body.surveyId;
newResponse.submittedOn = req.body.submittedOn;
Expand Down

0 comments on commit 1c4007b

Please sign in to comment.