Skip to main content

get_command

Function get_command 

Source
pub async fn get_command(
    app_state: Data<AppState>,
    path: Path<(String, String)>,
) -> Result<HttpResponse, AppError>
Expand description

Retrieves a specific command by type and ID.