From f456f36627519b90a360ce6dae9c26b0a8f974f4 Mon Sep 17 00:00:00 2001 From: Bruce Date: Sat, 30 May 2026 10:59:48 +0800 Subject: [PATCH] Update README.md --- 2026/webhook/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2026/webhook/README.md b/2026/webhook/README.md index 509b1584..a070eb42 100644 --- a/2026/webhook/README.md +++ b/2026/webhook/README.md @@ -14,9 +14,11 @@ uvicorn webhook_receiver:app --reload --port 8001 Create a short link +``` curl -X POST http://localhost:8000/links \ -H "Content-Type: application/json" \ -d '{"target_url": "https://www.arjancodes.com"}' +``` ### Webhook