pub async fn build_puzzle_service(
    req: HttpRequest,
    input: Query<BuildPuzzleServiceInput>
) -> Result<impl Responder>
Expand description

A web service that serves puzzles to be solved.