From 2408a50c46afad193e89f9381eb999cb5e8facab Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 27 Dec 2022 22:20:11 -0500 Subject: working parse --- sample-cgi-handler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample-cgi-handler.sh') 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" -- cgit v1.2.3