{
	"/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"
}