Skip to main content

handle_create_group

Function handle_create_group 

Source
pub async fn handle_create_group(
    __arg0: State<Arc<Context>>,
    __arg1: Json<GroupCreateParams>,
) -> Result<(StatusCode, Json<Group>), StatusCode>