Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 246 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 246 Bytes

Get all pizza

curl localhost:8080

Add a pizza

curl -d '{"name" : "Spring Pizza", "price" : 1200, "toppings" : [{"id" : 3}, {"id" : 10}], "base" : {"id" : "2"}}' -H 'Content-Type: application/json' localhost:8080