decide.nolog.cz/mirage/scenarios/default.js

12 lines
265 B
JavaScript
Raw Normal View History

2016-12-19 17:04:09 +01:00
export default function(/* server */) {
/*
Seed your development database using your factories.
This data will not be loaded in your tests.
Make sure to define a factory for each model you want to create.
*/
// server.createList('post', 10);
}