mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 13:04:22 +01:00
pg as cyphernode, bug fixes and better tests
This commit is contained in:
@@ -494,6 +494,10 @@ main() {
|
||||
# BODY {}
|
||||
# BODY {"batcherId":34}
|
||||
|
||||
if [ "$http_method" = "GET" ]; then
|
||||
line='{}'
|
||||
fi
|
||||
|
||||
response=$(getbatcher "${line}")
|
||||
returncode=$?
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user