diff options
Diffstat (limited to 'sample-cgi-handler.sh')
-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 |