Anton Merkulov
Results
1
comments of
Anton Merkulov
to make it able to branch `request` data handling. e.q.: ``` javascript list(req, res, next) { let {type} = req.query; return type === 'some-condition' ? this.doSome1(req, next, title) : this.doSome2(req,...