mirror of https://github.com/MISP/misp-modules
curl is now silent
parent
ad87f947a5
commit
e7e8f28a03
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
curl http://127.0.0.1:6666/modules
|
||||
curl -s http://127.0.0.1:6666/modules
|
||||
|
|
Loading…
Reference in New Issue