Function rmoods_backend::api::debug::lorem

source ยท
pub async fn lorem(
    __arg0: Query<HashMap<String, String>>,
) -> Result<Json<Value>, AppError>
Expand description

Generates a random lorem ipsum text with a specified number of words. Optionally waits for a specified time before responding.