diff options
author | terminaldweller <thabogre@gmail.com> | 2021-12-01 08:56:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-12-01 08:56:31 +0000 |
commit | 797d1b874e6968ee1b38db8efa1ee70249536ed0 (patch) | |
tree | a0f01fc15ea151b6368d9dd00a729532e70ba464 /tests.sh | |
parent | reqs is working fot text mode. (diff) | |
download | devourer-797d1b874e6968ee1b38db8efa1ee70249536ed0.tar.gz devourer-797d1b874e6968ee1b38db8efa1ee70249536ed0.zip |
added README. /wiki is working now.
Diffstat (limited to '')
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env sh curl -k -X GET https://localhost:19019/mila/summ?url=https://dilipkumar.medium.com/standalone-mongodb-on-kubernetes-cluster-19e7b5896b27&summary=newspaper&audio=true -curl -k -X GET https://localhost:19019/mila/wiki?term=iommu +curl -k -X GET https://localhost:19019/mila/wiki?term=iommu&summary=none&audio=false curl -k -X GET https://localhost:19019/mila/reqs?url=https://www.ietf.org/rfc/rfc2865.txt&sourcetype=text |