UNPKG

preflight

Version:
15 lines (13 loc) 345 B
// Generated by CoffeeScript 1.6.3 (function() { module.exports = function() { return function(req, res, next) { var authorization; authorization = req.headers.authorization; if ((authorization == null) && req.method === "OPTIONS") { return res.send(200); } return next(); }; }; }).call(this);