diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-20 03:43:11 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-20 03:43:11 +0000 |
commit | c0da8dd61b7447f18f03744202e52640220f10a9 (patch) | |
tree | cc36dd69ef89b0171578681559a7ff374c40b27b /sample-cgi-handler.sh | |
parent | afdf8a014236452e098ab1266c9a9315824f8103 (diff) | |
download | communique-c0da8dd61b7447f18f03744202e52640220f10a9.tar.gz |
wip
Diffstat (limited to '')
-rwxr-xr-x | sample-cgi-handler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh index 7cef511..ccad5e7 100755 --- a/sample-cgi-handler.sh +++ b/sample-cgi-handler.sh @@ -9,6 +9,6 @@ echo '{ { "type": "Note", "content": "hi" - }, + } ]}' exit 0 |