pg as cyphernode, bug fixes and better tests

This commit is contained in:
kexkey
2021-11-10 13:31:38 -05:00
parent ae0664feb7
commit 9cfb0e7d29
12 changed files with 99 additions and 68 deletions

View File

@@ -494,6 +494,10 @@ main() {
# BODY {}
# BODY {"batcherId":34}
if [ "$http_method" = "GET" ]; then
line='{}'
fi
response=$(getbatcher "${line}")
returncode=$?
;;