mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00

The whole layout and data is hardcoded as first mockup. Mirage server mockup is added but not used yet.
7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
export default function(/* server */) {
|
|
|
|
// Seed your development database using your factories. This
|
|
// data will not be loaded in your tests.
|
|
|
|
// server.createList('contact', 10);
|
|
}
|