We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0408357 commit 0451250Copy full SHA for 0451250
1 file changed
appengine/hello-world/flexible/app.js
@@ -24,7 +24,7 @@ app.get('/', (req, res) => {
24
});
25
26
// Start the server
27
-const PORT = process.env.PORT || 80;
+const PORT = process.env.PORT || 8080;
28
app.listen(PORT, () => {
29
console.log(`App listening on port ${PORT}`);
30
console.log('Press Ctrl+C to quit.');
0 commit comments