This commit is contained in:
Zach Borboa
2020-10-27 19:05:58 -07:00
parent 1c0f49423a
commit 43f96a4c8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use Curl\Curl;
// curl \
// -X POST \
// -H 'Content-Type:application/json' \
// -H 'Content-Type: application/json' \
// -d '{"id":"1","content":"Hello world!","date":"2015-06-30 19:42:21"}' \
// "https://httpbin.org/post"