Adde some options inside the mock-api
This commit is contained in:
committed by
Erik Tiekstra
parent
4f6038b2a6
commit
99db911f39
6
mock-api/dafa-web/routes.json
Normal file
6
mock-api/dafa-web/routes.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"/api/*": "/$1",
|
||||
"/participant/:id": "/participants/:id",
|
||||
"/activeParticipants": "/participants?status=active",
|
||||
"/followUpParticipants": "/participants?status=follow-up"
|
||||
}
|
||||
Reference in New Issue
Block a user