async fn get_playground_examples(
    pool: Data<PgPool>
) -> ControllerResult<Json<Vec<PlaygroundExample>>>
Expand description

GET /api/v0/main-frontend/playground_examples - Returns all playground examples that are not deleted.