From 07605fceb7244032ea1601b1bf3bbc13c2b796c1 Mon Sep 17 00:00:00 2001 From: kumar Date: Wed, 27 Jul 2016 12:50:38 -0400 Subject: undoing that last change --- config/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.js b/config/auth.js index 9b171a1..c46c55e 100644 --- a/config/auth.js +++ b/config/auth.js @@ -2,6 +2,6 @@ module.exports = { 'facebookAuth' : { 'clientID' : '1618318315164670', 'clientSecret' : 'b4b67801b2b37f795871ce7cc55a33cf', - 'callbackURL' : 'http://frozen-springs-49303.herokuapp.com/auth/facebook/callback' + 'callbackURL' : 'http://localhost:3000/auth/facebook/callback' } } \ No newline at end of file -- cgit v1.2.3