Skip to content

Commit 35ba03c

Browse files
Merge branch 'main' into maintenance/claude-review
2 parents acb6fc6 + b30218b commit 35ba03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ router.all("*", (req, res, next) => {
9494
});
9595

9696
// Export the router
97-
module.exports = router;
97+
module.exports = router;

0 commit comments

Comments
 (0)