From 35ac8eae433aa7089416b86436fe98c7f4c03e06 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 21 Oct 2018 23:34:25 +0300 Subject: [PATCH] Fix example README --- examples/http-swagger/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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