aboutsummaryrefslogtreecommitdiff
path: root/sample-cgi-handler.sh
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-04 01:29:50 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-04 01:29:50 +0000
commit54b85678185008a4f6b5778460228788e2dd970d (patch)
treebcce8ac619da7c438518801df4a57be2401f7596 /sample-cgi-handler.sh
parenta40781358984f651214e53ba000ccc288c56d4f1 (diff)
downloadcommunique-54b85678185008a4f6b5778460228788e2dd970d.tar.gz
start of keypair model and persisting keypairs
Diffstat (limited to 'sample-cgi-handler.sh')
-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 bc82dc4..11bae71 100755
--- a/sample-cgi-handler.sh
+++ b/sample-cgi-handler.sh
@@ -3,7 +3,7 @@ echo "Content-type: application/atom+xml"
echo ""
echo '<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
- <content>alkfjlasjf</content>
+ <content>alkfjaiasdfaslasjf</content>
</entry>
</feed>'
exit 0