headless_lms_server::controllers::main_frontend::playground_examples

Function get_playground_examples

Source
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.