summaryrefslogtreecommitdiff
path: root/docs/getting_started/debugging_your_code.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/debugging_your_code.md')
-rw-r--r--docs/getting_started/debugging_your_code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/debugging_your_code.md b/docs/getting_started/debugging_your_code.md
index c35c30d28..04bd711cd 100644
--- a/docs/getting_started/debugging_your_code.md
+++ b/docs/getting_started/debugging_your_code.md
@@ -68,7 +68,7 @@ Once our script is running again, let's send a request and inspect it in
Devtools:
```
-$ curl http://0.0.0.0:4500/
+$ curl http://0.0.0.0:4507/
```
![Break in request handling](../images/debugger5.jpg)