From 156a461fd537967876219fb124d24045fc70d5a1 Mon Sep 17 00:00:00 2001 From: Shine Li Date: Thu, 6 Jun 2024 08:40:11 +1000 Subject: [PATCH] fix: Update README.md for free mint sample app (#1871) --- samples/free-mint-with-minting-backend/backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/free-mint-with-minting-backend/backend/README.md b/samples/free-mint-with-minting-backend/backend/README.md index 0a59c061bc..45f6c067c2 100644 --- a/samples/free-mint-with-minting-backend/backend/README.md +++ b/samples/free-mint-with-minting-backend/backend/README.md @@ -69,7 +69,7 @@ Every time you change primsa schema you need to run the above. npx localtunnel --port 3000 ``` - Use the above URL for the webhook endpoint with the path `/webhook`. For example: `https://ten-rooms-vanish.loca.lt/webhook`. + Use the above URL for the webhook endpoint with the path `/api/process_webhook_event`. For example: `https://ten-rooms-vanish.loca.lt/api/process_webhook_event`. 8. Use Postgresql instead of SQLite This example uses SQLite as database for its portability and self-contain-ness.