We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a47615 commit 6c40a35Copy full SHA for 6c40a35
1 file changed
server/index.js
@@ -25,5 +25,7 @@ app.get(
25
})
26
);
27
28
+app.get('/auth/google/callback', passport.authenticate('google'));
29
+
30
const PORT = process.env.PORT || 5000;
31
app.listen(PORT);
0 commit comments