From 4a958ac99cec7cc75a7a3a639258040b44eb030d Mon Sep 17 00:00:00 2001 From: jzyao Date: Fri, 8 Jun 2018 16:03:41 +0800 Subject: [PATCH] get message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a0fda..faaa90f 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ $ curl -X POST localhost:8000/message/ ### Get message from application (stored in Redis) ``` -$ curl -X POST localhost:8000/message +$ curl localhost:8000/message ```