Skip to content

Commit 6c40a35

Browse files
committed
oauthcallback
1 parent 7a47615 commit 6c40a35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ app.get(
2525
})
2626
);
2727

28+
app.get('/auth/google/callback', passport.authenticate('google'));
29+
2830
const PORT = process.env.PORT || 5000;
2931
app.listen(PORT);

0 commit comments

Comments
 (0)