Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hareeshab authored Aug 9, 2023
1 parent 460be9e commit e035a6d
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 @@ -3,7 +3,7 @@ const app = express();
const port = 3000;

app.get('/', (req, res) => {
res.send('<h1>Express Demo NodeJS</h1> <h4>Message: Successfully deploy using AWS Ec2-code deploy and code pipeline</h4> <p>Version 1.0</p>');
res.send('<h1>Express Demo NodeJS</h1> <h4>Message: Successfully deploy using AWS Ec2-code deploy and code pipeline</h4> <p>Version 2.0</p>');
})

app.get('/products', (req, res) => {
Expand Down

0 comments on commit e035a6d

Please sign in to comment.