Skip to content

Commit

Permalink
docs: fix command examples use outdated default file_server port (#8062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipriver authored Oct 22, 2020
1 parent 0a2f0fe commit 17eaede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/debugging_your_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion std/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A small program for serving local files over HTTP.

```sh
deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts
> HTTP server listening on http://0.0.0.0:4500/
> HTTP server listening on http://0.0.0.0:4507/
```

## Cookie
Expand Down

0 comments on commit 17eaede

Please sign in to comment.