Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moeflon authored May 23, 2024
1 parent 447ea8a commit 6b2d867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ You can click the "Add Endpoint" button to add your new endpoint. In production,
```
python main.py
```
Assuming our application is running on `http://127.0.0.1:5000` (should be visible in the output of the above command), we can run
Assuming our application is running on `http://127.0.0.1:5000` (should be visible in the output of the above command) and your webhook endpoint lives at `/webhook` (which is the case in this example), we can run
```
svix listen http://127.0.0.1:5000
svix listen http://127.0.0.1:5000/webhook
```
From the output of this command, we can find a webhook URL that will redirect any callbacks to our local machine.

Expand Down

0 comments on commit 6b2d867

Please sign in to comment.