redhat-developer-demos / faas-tutorial

Java FaaS demos with OpenWhisk and OpenShift
Apache License 2.0
43 stars 29 forks source link

remove .json at the end of $WEB_URL #18

Open VeerMuchandi opened 6 years ago

VeerMuchandi commented 6 years ago

.json is not required as you already appended it before

curl -k -X POST -H 'Content-Type: application/something' -d '{"name": "test"}' $WEB_URL.json