feat(wip): google auth route

This commit is contained in:
karishmas6
2024-09-15 17:54:11 +05:30
parent 567f0b549c
commit 9780967177

View File

@@ -0,0 +1,4 @@
import { Router } from 'express';
export const router = Router();
router.post('/auth/google', googleLogin)