Improve detection of route `/gps/.../detalhes`
jfoclpf opened this issue · 0 comments
jfoclpf commented
It should be
... || (req.path && req.path.endsWith('/detalhes'))
reference: https://expressjs.com/en/api.html#req.path
jfoclpf opened this issue · 0 comments
It should be
... || (req.path && req.path.endsWith('/detalhes'))
reference: https://expressjs.com/en/api.html#req.path