Open JimVercoelen opened 6 years ago
Label: question
Is it possible to generate route descriptions to the template?
For example
/** * Some route description */ router.get('/someroute', (req, res, next) => { ... })
Label: question
Is it possible to generate route descriptions to the template?
For example