{
  "regions": ["iad1"],
  "rewrites": [
    {
      "source": "/group/:groupId/run",
      "destination": "/api/group/[groupId]/run"
    },
    {
      "source": "/group/:groupId/stats",
      "destination": "/api/group/[groupId]/stats"
    },
    {
      "source": "/tasks/:groupId/run",
      "destination": "/api/tasks/[groupId]/run"
    },
    {
      "source": "/tasks/:groupId/queue/run",
      "destination": "/api/tasks/[groupId]/run"
    },
    {
      "source": "/tasks/:groupId/undo",
      "destination": "/api/tasks/[groupId]/undo"
    },
    {
      "source": "/tasks/:groupId/delete",
      "destination": "/api/tasks/[groupId]/delete"
    },
    {
      "source": "/tasks/:groupId/stats",
      "destination": "/api/tasks/[groupId]/stats"
    },
    {
      "source": "/(.*)",
      "destination": "/api/$1"
    }
  ]
}
