diff --git a/examples/http-swagger/README.md b/examples/http-swagger/README.md index 3fc6d580..651e9bab 100644 --- a/examples/http-swagger/README.md +++ b/examples/http-swagger/README.md @@ -11,12 +11,12 @@ To test the endpoints using [httpie](https://httpie.org/): ```bash http GET :3000/math/plus x==1 y==20 -http POST :3000/math/spec/plus x:=1 y:=20 +http POST :3000/math/plus x:=1 y:=2 -http GET :3000/swagger.json +http GET :3000/async results==1 seed==reitit ``` - + ## License