Skip to content

Commit 0451250

Browse files
authored
Update app.js
1 parent 0408357 commit 0451250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • appengine/hello-world/flexible

appengine/hello-world/flexible/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app.get('/', (req, res) => {
2424
});
2525

2626
// Start the server
27-
const PORT = process.env.PORT || 80;
27+
const PORT = process.env.PORT || 8080;
2828
app.listen(PORT, () => {
2929
console.log(`App listening on port ${PORT}`);
3030
console.log('Press Ctrl+C to quit.');

0 commit comments

Comments
 (0)