javierarce/glitchub

Cannot POST /git

Closed this issue · 0 comments

I followed the instructions but I'm getting a 404 when I post the webhook

Request method: POST
Accept: */*
content-type: application/json
User-Agent: GitHub-Hookshot/59a1e9d
X-GitHub-Delivery: e00bf156-0353-11ec-9c6f-e25e0fad930f
X-GitHub-Event: push
X-GitHub-Hook-ID: 314276066
X-GitHub-Hook-Installation-Target-ID: 398811564
X-GitHub-Hook-Installation-Target-Type: repository
X-Hub-Signature: sha1=89a696ae4249e07fc2980289cd83f7b611319af6
X-Hub-Signature-256: sha256=c8c2a12d8792b842ac342214790a1f8281bf07ebbb8fa6141dbdcbdef46d48ab

This is the response

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /git</pre>
</body>
</html>

am I overlooking something?