46246b5f1
65fcc3119
1 2 3 4 5 6 7 8
9 10 11
function setVideosSearch (req, res, next) { if (!req.query.field) req.query.field = 'name' return next() } // --------------------------------------------------------------------------- export { setVideosSearch }