Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
local.example.js still has old fb auth callback
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutchison committed Aug 23, 2015
1 parent b1f814e commit 3527537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env/local.example.js
Expand Up @@ -17,7 +17,7 @@ module.exports = {
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',
clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET',
callbackURL: '/auth/facebook/callback'
callbackURL: '/api/auth/facebook/callback'
}
};
*/

0 comments on commit 3527537

Please sign in to comment.