Skip to content

Commit

Permalink
fix: Update README.md for free mint sample app (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 authored Jun 5, 2024
1 parent 3895fa8 commit 156a461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/free-mint-with-minting-backend/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 156a461

Please sign in to comment.