fix httpbin

This commit is contained in:
kev 2022-02-14 18:33:10 +08:00
parent e44be614cd
commit 849a0b952e

View File

@ -21,7 +21,9 @@ services:
```bash
$ docker-compose up -d
$ curl http://127.0.0.1:27815/ip
$ curl http://127.0.0.1:8000/ip
$ curl http://127.0.0.1:8000/get
$ curl http://127.0.0.1:8000/post -d hello=world
```
[1]: http://httpbin.org