Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaveeshadinamidu committed Jan 19, 2022
2 parents 21b2919 + f0ca998 commit 591e03e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Controllers/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ router.post('/signin',(req,res)=>{
res.send('Recieved!');
});

router.post('/signup', (req, res)=> {
console.log(req.body);
res.send('Okay');
});



module.exports = router;

0 comments on commit 591e03e

Please sign in to comment.