From 17eaede6438ee62416468815621f19cc0567989c Mon Sep 17 00:00:00 2001 From: "Max Drosdo.www" Date: Thu, 22 Oct 2020 18:17:38 +0300 Subject: docs: fix command examples use outdated default file_server port (#8062) --- docs/getting_started/debugging_your_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started/debugging_your_code.md') 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) -- cgit v1.2.3