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

Commit

Permalink
Merge pull request #841 from Gym/master
Browse files Browse the repository at this point in the history
local.example.js still has old fb auth callback
  • Loading branch information
lirantal committed Aug 23, 2015
2 parents b1f814e + 3527537 commit 51196c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env/local.example.js
Original file line number Diff line number Diff line change
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 51196c5

Please sign in to comment.