curl is now silent

alternate_response^2
Alexandre Dulaunoy 2016-02-17 18:33:33 +01:00
parent ad87f947a5
commit e7e8f28a03
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
curl http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @body.json -X POST
curl -s http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @body.json -X POST

View File

@ -1 +1 @@
curl http://127.0.0.1:6666/modules
curl -s http://127.0.0.1:6666/modules