pub async fn webhook_git(
__arg0: State<ServerState>,
req: Request<Body>,
) -> Result<impl IntoResponse, ApiError>Expand description
POST /webhook/git handler.
pub async fn webhook_git(
__arg0: State<ServerState>,
req: Request<Body>,
) -> Result<impl IntoResponse, ApiError>POST /webhook/git handler.