We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9a33d commit 3b34c91Copy full SHA for 3b34c91
1 file changed
basicInformationalSite/index.js
@@ -46,7 +46,7 @@ function getContentType(filePath) {
46
}
47
48
49
-const PORT = process.env.PORT || 3000;
+const PORT = process.env.PORT || 8080;
50
51
server.listen(PORT, () => {
52
console.log(`Server is running on port ${PORT}`);
0 commit comments