Skip to content

Commit

Permalink
google login for web review
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadi2000 committed Oct 18, 2023
1 parent ba28feb commit 2f5be3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/routes/authRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ router.post('/signUpApp',authController.signUpApp);
router.post('/login', authController.loginWeb);
router.post('/loginApp', authController.loginApp);

router.post('/googleLogin',authController.googleLoginApp);
router.post('/googleLogin',authController.googleLogin)
router.post('/googleLoginApp',authController.googleLoginApp);

router.post('/facebooklogin',authController.facebooklogin);

Expand Down

0 comments on commit 2f5be3f

Please sign in to comment.