Skip to main content

v1_gateway_action

Function v1_gateway_action 

Source
pub async fn v1_gateway_action(
    __arg0: State<ApiState>,
    auth: Option<Extension<AuthContext>>,
    __arg2: Path<String>,
    body: Result<Json<Value>, JsonRejection>,
) -> Response