UNPKG

@tlrg/middleware-js

Version:
8 lines (6 loc) 254 B
'use strict'; module.exports = function (req, res, next) { req.moonstick.brand = req.query.brand || (req.headers.host.match(/(laterooms(?:.com.au)?|asiarooms)/) || [])[0] || 'laterooms'; req.moonstick[req.moonstick.brand] = true; next(); };