funky-framadate-front/mocks/routes.json

9 lines
323 B
JSON
Raw Normal View History

2020-05-12 19:16:23 +02:00
{
"/api/v1/*": "/$1",
"/owners/:email/": "/owners?email=:email",
2020-06-25 22:42:26 +02:00
"/polls": "/polls?_expand=owner&_embed=choices&_embed=comments",
2020-05-12 19:16:23 +02:00
"/polls/:slug": "/polls?slug=:slug&_expand=owner&_embed=choices&_embed=comments",
2020-06-12 19:17:39 +02:00
"/polls/:slug/choices": "/choices?pollSlug=:slug",
2020-05-12 19:16:23 +02:00
"/polls/:slug/comments": "/comments?pollSlug=:slug"
}