UNPKG

motion

Version:

motion - moving development forward

7 lines (6 loc) 178 B
var path = require("path") var helpers = require("./util/helpers") module.exports = function(req, next){ helpers.log(" token: ".grey + req.creds.token) next() }