1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00
documize/gui/mirage/scenarios/default.js

8 lines
190 B
JavaScript
Raw Normal View History

2016-07-07 18:54:16 -07:00
export default function(/* server */) {
// Seed your development database using your factories. This
// data will not be loaded in your tests.
// server.createList('contact', 10);
}