From 71a907d53d1d2c35c9e13c0c430609e8a12489a1 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,