Wrong HTTP Method type

`curl localhost:5000` is GET request, but in doc it says POST request
This commit is contained in:
Jay Xu 2021-06-19 21:24:49 -07:00 committed by GitHub
parent 7347c75e00
commit 20b74088f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ $ curl localhost:5000
Hello, Docker! Hello, Docker!
``` ```
Success! We were able to connect to the application running inside of our container on port 5000. Switch back to the terminal where your container is running and you should see the POST request logged to the console. Success! We were able to connect to the application running inside of our container on port 5000. Switch back to the terminal where your container is running and you should see the GET request logged to the console.
```shell ```shell
[31/Jan/2021 23:39:31] "GET / HTTP/1.1" 200 - [31/Jan/2021 23:39:31] "GET / HTTP/1.1" 200 -