Skip to content

Commit 0edd92d

Browse files
committed
Update README.md
1 parent fe8b38e commit 0edd92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,6 +2644,7 @@ app.get('/ab?cd', function (req, res) {
26442644
})
26452645

26462646

2647+
// This route path will match butterfly and dragonfly
26472648
app.get(/.*fly$/, function (req, res) {
26482649
res.send('/.*fly$/')
26492650
})

0 commit comments

Comments
 (0)