UNPKG

wallids-api

Version:

Wallids Service - Node API

12 lines (8 loc) 180 B
const Options = (opt, res, next) => { console.log(opt) if(opt.redirect && opt.href){ return res.redirect(opt.href) } next(); } module.exports = Options