Skip to content

Commit

Permalink
Commmit to trigger build-push-image
Browse files Browse the repository at this point in the history
  • Loading branch information
a26blass committed Apr 30, 2024
1 parent 970f334 commit 2fa5c87
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 @@ -67,7 +67,7 @@ app.post('/submit', function(req, res) {
});

// Render the page with the confirmation message
res.render('index', { title: 'Form Submitted', confirmation: 'Form submitted successfully!', submitted: true });
res.render('index', { title: 'Form Submitted!', confirmation: 'Form submitted successfully!', submitted: true });
});

// catch 404 and forward to error handler
Expand Down

0 comments on commit 2fa5c87

Please sign in to comment.