feat(wip): google auth route
This commit is contained in:
4
server/src/routes/auth.ts
Normal file
4
server/src/routes/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import { Router } from 'express';
|
||||||
|
export const router = Router();
|
||||||
|
|
||||||
|
router.post('/auth/google', googleLogin)
|
||||||
Reference in New Issue
Block a user