Update 4_single_host_networking.md

This commit is contained in:
Xavier Linn 2020-02-09 19:38:53 -08:00 коммит произвёл GitHub
Родитель cf093d024b
Коммит a10239b88f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -116,7 +116,7 @@ Test HTTP Rest API
```
# Create a new message
$ curl -XPOST http://192.168.99.100:8000/message?text=hello
$ curl -XPOST http://192.168.99.100:8000/message?text=hello - not working: curl (7) Connection refused when run my mac command line
{
"text": "hello",
"createdAt": "2016-06-06T14:01:05.764Z",