8000 Merge branch 'step-6-dev' into step-7-dev · cethap/sdk-node-tutorial@85651ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 85651ce

Browse files
committed
Merge branch 'step-6-dev' into step-7-dev
2 parents d8914f3 + fa17062 commit 85651ce

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