10000 Merge branch 'step-4-dev' into step-5-dev · cethap/sdk-node-tutorial@ab8d652 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab8d652

Browse files
committed
Merge branch 'step-4-dev' into step-5-dev
2 parents 4b90c03 + 27b1def commit ab8d652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ app.get('/me', function (req, res) {
6161
// Here we first build a request object from the session with the auth method.
6262
// Then we perform a request using the .me() method.
6363
// This retrieves a unified object representing the authenticated user.
64-
// You could also use .get('/me') and map the results to fields usable from
64+
// You could also use .get('/plus/v1/people/me') and map the results to fields usable from
6565
// the front-end (which waits for the fields 'name', 'email' and 'avatar').
6666
oauth.auth('google', req.session)
6767
.then(function (request_object) {

0 commit comments

Comments
 (0)
0