Skip to content

Commit

Permalink
added run deploy-production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abazunts committed Jul 19, 2024
1 parent db4c4b3 commit f39882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const port = process.env.PORT || 3001;
const app = (req, res) => {
res.statusCode = 200;
res.setHeader('Content-Type', 'text/plain');
res.end('Hello, World!\n');
res.end('Hello, World!!\n');
};

let server;
Expand Down

0 comments on commit f39882c

Please sign in to comment.