Added language data
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"/api/*": "/$1",
|
||||
"/participant/:id": "/participants/:id",
|
||||
"/activeParticipants": "/participants?status=active",
|
||||
"/followUpParticipants": "/participants?status=follow-up"
|
||||
"/participants": "/participants?_embed=staff",
|
||||
"/participant/:id": "/participants/:id?_embed=staff"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user