feat(wip): google auth route
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
import { Router } from 'express';
|
import { Router } from 'express';
|
||||||
export const router = Router();
|
export const router = Router();
|
||||||
|
|
||||||
router.post('/auth/google', googleLogin)
|
router.post('/auth/google', (req, res) => {
|
||||||
|
res.send('Google auth');
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user