UNPKG

json-server

Version:

Get a full fake REST API with zero coding in less than 30 seconds

8 lines (7 loc) 119 B
"use strict"; module.exports = function write(db) { return (req, res, next) => { db.write(); next(); }; };