Skip to content

Commit

Permalink
docs consistency with callback URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachs committed Sep 21, 2015
1 parent 35f00bf commit e82ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ app.get('/oauth_callback', function (req, res) {
oauthSettings.accessToken = token;
oauthSettings.accessTokenSecret = secret;

res.redirect('/activity');
res.redirect('/activity/steps');
}
);
});
Expand Down

0 comments on commit e82ad90

Please sign in to comment.