i can't port.

This commit is contained in:
Joris Vink 2017-01-26 22:02:11 +01:00
parent 4940f97079
commit 829066dc23
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ Test:
$ curl -k https://127.0.0.1:8888
$ curl -k https://127.0.0.1:8888/state
$ curl -k https://127.0.0.1:8888/auth
$ curl -X PUT -d '{\"hello\": 123}' https://127.0.0.1/json
$ curl -X PUT -d '{\"hello\": 123}' https://127.0.0.1:8888/json
```