aboutsummaryrefslogtreecommitdiff
path: root/sample-cgi-handler.sh
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-12-20 03:43:11 +0000
committerJulio Capote <jcapote@gmail.com>2022-12-20 03:43:11 +0000
commitc0da8dd61b7447f18f03744202e52640220f10a9 (patch)
treecc36dd69ef89b0171578681559a7ff374c40b27b /sample-cgi-handler.sh
parentafdf8a014236452e098ab1266c9a9315824f8103 (diff)
downloadcommunique-c0da8dd61b7447f18f03744202e52640220f10a9.tar.gz
wip
Diffstat (limited to '')
-rwxr-xr-xsample-cgi-handler.sh2
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