Skip to content

Commit fa08727

Browse files
Update index.js
Alter comment in express framework example
1 parent 0d6c4f4 commit fa08727

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • examples/node-16-9-1/express-4-16-1/full_protection

examples/node-16-9-1/express-4-16-1/full_protection/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ router.get("*", (req, res, next) => {
4747
return next(err);
4848
}
4949

50-
// Send the rendered HTML to the client
50+
//YOUR CODE HERE
5151
res.send(html);
52+
//YOUR CODE HERE
5253

5354
// If the chGatekeeper instance exists in res.locals, record the performance
5455
if (res.locals.chGatekeeper) {

0 commit comments

Comments
 (0)