Similar to following: `app.get(/.*fly$/, function (req, res) { res.send('/.*fly$/') })`
Similar to following:
app.get(/.*fly$/, function (req, res) { res.send('/.*fly$/') })