Added script for testing

dev
kageru 4 years ago
parent 440839e410
commit 436367a667

@ -0,0 +1,9 @@
if [ -z ${1+x} ]; then
msg="test message"
else
msg="$1"
fi
curl localhost:12345/add -d "{\"content\": \"$msg\", \"Title\": \"title\", \"Secret\": \"asdawdwd\", \"author\": \"me\"}" -H "Content-Type: application/json" -v
Loading…
Cancel
Save