UNPKG

@rnmkeshav/mock-api

Version:

A fake API server for all type of frontend development

11 lines (7 loc) 172 B
const insertConfig = function (config) { return function (req, res, next) { req.app.locals.config = config || {}; next(); } } module.exports = insertConfig;