Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 2.67 KB

api.org

File metadata and controls

31 lines (25 loc) · 2.67 KB

GET /

curl -s 127.0.0.1:8080

GET /all

curl -s 127.0.0.1:8080/all

POST

curl -s -X POST 127.0.0.1:8080 -d '{"content": "content one"}'