mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
9 lines
323 B
JSON
9 lines
323 B
JSON
{
|
|
"/api/v1/*": "/$1",
|
|
"/owners/:email/": "/owners?email=:email",
|
|
"/polls": "/polls?_expand=owner&_embed=choices&_embed=comments",
|
|
"/polls/:slug": "/polls?slug=:slug&_expand=owner&_embed=choices&_embed=comments",
|
|
"/polls/:slug/choices": "/choices?pollSlug=:slug",
|
|
"/polls/:slug/comments": "/comments?pollSlug=:slug"
|
|
}
|