We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacdd18 commit 4b06e61Copy full SHA for 4b06e61
nodejs/README.md
@@ -57,7 +57,7 @@ app.post('/', (req, res) => {
57
58
res.send(form.response());
59
} else {
60
- res.redirect('/'); // Redirect to the form if not a post request
+ res.redirect('/');
61
}
62
});
63
0 commit comments