summaryrefslogtreecommitdiff
path: root/build
blob: d080658334256b6eaf017bfde8202c46cbb361e5 (plain) (blame)
1
2
3
4
#!/bin/sh

curl -X POST -H "Content-Type: application/json" http://localhost:9000/api/submit \
     -d "{\"url\": \"$1\"}"