Merge pull request #18 from yashrajverma/yashrajverma
Verify Email Generation
This commit is contained in:
commit
72bf63c7c8
File diff suppressed because one or more lines are too long
|
@ -19,6 +19,6 @@ router.post("/resetpassword/:_id/:token", authController.resetpassword);
|
|||
|
||||
// router.post("/googleSignIn/:tokenId", authController.googleSignIn);
|
||||
|
||||
// router.post("/verifyemail", authController.verfiyemail);
|
||||
router.post("/verifyemail", authController.verfiyemail);
|
||||
|
||||
module.exports = router;
|
||||
|
|
Loading…
Reference in New Issue