We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a026c6 commit 3677e00Copy full SHA for 3677e00
src/app.ts
@@ -73,7 +73,7 @@ main();
73
passport.use(new GitHubStrategy({
74
clientID: CLIENT_ID,
75
clientSecret: CLIENT_SECRET,
76
- callbackURL: "http://localhost:4000/api/auth/github/callback"
+ callbackURL: "http://0.0.0.0:4000/api/auth/github/callback"
77
},
78
async function (accessToken: string, refreshToken: null, profile: any, done: any) {
79
process.nextTick(async function () {
0 commit comments