Closed nully0x closed 10 months ago
To test this locally:
{your ngrok generated url}/api/webhook/push
. This will post push actions to the endpoint.Note: This is to test locally/staging, the setup for prod is a bit different
@nully0x I tested the changes that I suggested against the FE and the claim flow works. The only issue that we now have has to do wit loc
as we are not passing that anymore alongside the rest of the metadata. We'll have to derive that from the path of the markdown file. You could probably derive it from transcript.transcriptUrl
inside the transcriptWrapper
and add it to the result that it returns in order to match the previous response.