remove unused test_rpc.sh script
This commit is contained in:
parent
e97469f589
commit
040bb78f06
1 changed files with 0 additions and 10 deletions
10
test_rpc.sh
10
test_rpc.sh
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
curl --request POST 'localhost:8686/' \
|
||||
--http1.1 \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"jsonrpc":"2.0",
|
||||
"method":"resolve",
|
||||
"params":{"data": "asdf"},
|
||||
"id":1
|
||||
}'
|
Loading…
Add table
Reference in a new issue