Skip to content

Commit 3b34c91

Browse files
committed
update
1 parent 5c9a33d commit 3b34c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basicInformationalSite/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function getContentType(filePath) {
4646
}
4747
}
4848

49-
const PORT = process.env.PORT || 3000;
49+
const PORT = process.env.PORT || 8080;
5050

5151
server.listen(PORT, () => {
5252
console.log(`Server is running on port ${PORT}`);

0 commit comments

Comments
 (0)