Skip to content

Commit 4b06e61

Browse files
Update README.md
1 parent bacdd18 commit 4b06e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ app.post('/', (req, res) => {
5757

5858
res.send(form.response());
5959
} else {
60-
res.redirect('/'); // Redirect to the form if not a post request
60+
res.redirect('/');
6161
}
6262
});
6363

0 commit comments

Comments
 (0)