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