Skip to content

Commit

Permalink
PORT & HOST ketuker?
Browse files Browse the repository at this point in the history
  • Loading branch information
ravielze authored Feb 7, 2021
1 parent 40dc3f3 commit 2be4642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ app.post("/githubCallback", (req, res) => {
})
});

app.listen('0.0.0.0', PORT, () => {
app.listen(PORT, '0.0.0.0', () => {
console.log(`Listening in ${PORT}`);
});

0 comments on commit 2be4642

Please sign in to comment.