mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
docs: fix command examples use outdated default file_server port (#8062)
This commit is contained in:
parent
0a2f0fe7f2
commit
17eaede643
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ Once our script is running again, let's send a request and inspect it in
|
||||||
Devtools:
|
Devtools:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ curl http://0.0.0.0:4500/
|
$ curl http://0.0.0.0:4507/
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -15,7 +15,7 @@ A small program for serving local files over HTTP.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts
|
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
|
## Cookie
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue