Closed alshdavid closed 5 years ago
app.paths([ '/one', '/two', '/three' ], (req, res) => { console.log('Should only run once when navigated to any route between these') })
Probably a bad idea