diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-28 03:20:11 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-28 03:20:11 +0000 |
commit | 2408a50c46afad193e89f9381eb999cb5e8facab (patch) | |
tree | 606b713827f9e9ba0945fe5ebe8987f215f12d2f /sample-cgi-handler.sh | |
parent | c0da8dd61b7447f18f03744202e52640220f10a9 (diff) | |
download | communique-2408a50c46afad193e89f9381eb999cb5e8facab.tar.gz |
working parse
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 ccad5e7..5cafc84 100755 --- a/sample-cgi-handler.sh +++ b/sample-cgi-handler.sh @@ -5,7 +5,7 @@ echo '{ "@context": "https://www.w3.org/ns/activitystreams", "type": "OrderedCollection", "totalItems": 1, - "items": [ + "orderedItems": [ { "type": "Note", "content": "hi" |