Skip to content

Commit 1682f54

Browse files
authored
Update index.js
1 parent 13f5ee4 commit 1682f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ app.get('/add-sha/:sha', (req, res) => {
8787
})
8888
})
8989

90-
const port = proces.env.PORT || 4000;
90+
const port = process.env.PORT || 4000;
9191
app.listen(port, async () => {
9292
console.log("Listening on http://localhost:4000")
9393
});

0 commit comments

Comments
 (0)