Now able to post to mock-api

This commit is contained in:
Erik Tiekstra
2021-04-15 15:16:13 +02:00
parent 50e499540d
commit 258d7fbc67
4 changed files with 35 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import participants from './participants.js';
import services from './services.js';
import staff from './staff.js';
const generatedStaff = staff.generate(20);
const generatedStaff = staff.generate(5);
const apiData = {
services: services.generate(),