Skip to content

Commit 851b3e7

Browse files
author
joeltaylor
committed
Change production url
1 parent 9635d82 commit 851b3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/news.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ passport.use(new GitHubStrategy({
3535
clientID: process.env.GH_CLIENT_ID,
3636
clientSecret: process.env.GH_CLIENT_SECRET,
3737
callbackURL: (process.env.NODE_ENV === 'production' ?
38-
"http://javascriptcom.herokuapp.com/news/auth/github/callback" : "http://localhost:3000/news/auth/github/callback")
38+
"http://173.255.212.131:3000/news/auth/github/callback" : "http://localhost:3000/news/auth/github/callback")
3939
},
4040
function(accessToken, refreshToken, profile, done) {
4141
// asynchronous verification, for effect...

0 commit comments

Comments
 (0)