s/id/user

This commit is contained in:
Joris Vink 2014-08-11 11:01:59 +02:00
parent 97c17f724b
commit 70d9df8896
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ Run:
Test:
```
# curl -i -k https://127.0.0.1:8888/?id=astring
# curl -i -k https://127.0.0.1:8888/?user=astring
The returned data must match what you supplied in user ([a-z] string)
```