clj-book icon indicating copy to clipboard operation
clj-book copied to clipboard

RU/EN ch1 p34 curl slash

Open igrishaev opened this issue 4 years ago • 0 comments

curl --request POST
--header "Content-Type:
application/json" --data '{"username":"John",
"city":"NY"}' http://localhost:8080/

add slash before url

igrishaev avatar Dec 09 '20 15:12 igrishaev