5 changed files with 32 additions and 1 deletions
@ -0,0 +1 @@ |
|||
curl -X POST -H "Content-Type: application/json" -d @data1.json http://127.0.0.1:5000/api/?token=123abc |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"msg" : "This message is in a JSON File" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"address" : "https://jira.kbb.eu/status" |
|||
} |
|||
Loading…
Reference in new issue