mirror of
https://gitlab.com/wheres-the-tp/server.git
synced 2026-01-25 06:14:55 -06:00
update curl command in README
This commit is contained in:
parent
b3a94903c8
commit
66e5a41296
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ To start a web server for the application, run:
|
|||
|
||||
To test a request/response, run:
|
||||
|
||||
curl http://localhost:3000/fooditems
|
||||
curl --data @sample-post.json --header "Content-Type: application/json" http://localhost:3000/fooditems
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue