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 dc8c9b9 commit 13f5ee4Copy full SHA for 13f5ee4
index.js
@@ -87,7 +87,7 @@ app.get('/add-sha/:sha', (req, res) => {
87
})
88
89
90
-const port = 4000;
+const port = proces.env.PORT || 4000;
91
app.listen(port, async () => {
92
console.log("Listening on http://localhost:4000")
93
});
0 commit comments