Browse Source

Removed examples file

main
Unbewohnte 3 years ago
parent
commit
66fdf421ea
  1. 6
      curl_examples

6
curl_examples

@ -1,6 +0,0 @@
curl localhost:8000/randomdata
curl localhost:8000/randomdata -H "content-type:application/json" -d '{"title":"This is a title","text":"This is a text"}' -X POST
curl localhost:8000/randomdata/1 -H "content-type:application/json" -d {"title":"This is an updated title","text":"This is an updated text"}' -X PUT
curl localhost:8000/randomdata/1
curl localhost:8000/randomdata/1 -X DELETE
Loading…
Cancel
Save