UNPKG

memserver

Version:

in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping

11 lines (8 loc) 193 B
export default function(Models) { // this.namespace = ''; // this.timing = ''; // this.passthrough? this.get('/photos', () => { return { photos: Models.Photo.findAll() }; }); }