diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-30 20:08:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-30 20:08:16 +0000 |
commit | fec16f427cbd98a4d3437fc17a25738b95772b0f (patch) | |
tree | a1c093c8d1d9d29a89f7e4382422b319cadbe856 /tests.sh | |
parent | async and audio working now (diff) | |
download | devourer-fec16f427cbd98a4d3437fc17a25738b95772b0f.tar.gz devourer-fec16f427cbd98a4d3437fc17a25738b95772b0f.zip |
reqs is working fot text mode.
Diffstat (limited to '')
-rwxr-xr-x | tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +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=false +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/reqs?url=https://www.ietf.org/rfc/rfc2865.txt&sourcetype=text |