From 937b136e60c4213d58b0b57aeff0e79e17827c4e Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 24 Jul 2020 18:38:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 155314c7..0f8b26e2 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ By setting `services[].graphql` to true, the body will automatically be wrapped For instance, the following configuration: ``` services: - - name: properties + - name: filter users by gender url: http://localhost:8080/playground method: POST graphql: true