From 30a641f41f45f9eb57a05285dcfb256a2d5dd27e Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 10 Jan 2018 21:31:48 +0200 Subject: [PATCH] Update httpPost.md --- snippets/httpPost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/httpPost.md b/snippets/httpPost.md index f0f7426da..ae5c43469 100644 --- a/snippets/httpPost.md +++ b/snippets/httpPost.md @@ -28,7 +28,7 @@ const newPost = { "body": "bar bar bar" }; const data = JSON.stringify(newPost); -httpPost('https://website.com/posts', console.log, data; /* +httpPost('https://jsonplaceholder.typicode.com/posts', console.log, data; /* Logs: { "userId": 1, "id": 1337,