diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-19 19:54:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-19 19:54:35 +0000 |
commit | fd6f77c7ec5aad1d6fe15f42f681820d10f34b93 (patch) | |
tree | 22aec3ae1d7ff778a648cf35854bae2a25c5d27a /tests.sh | |
parent | push before a new branch (diff) | |
download | devourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.tar.gz devourer-fd6f77c7ec5aad1d6fe15f42f681820d10f34b93.zip |
restructing. added a new service to handle the downloading
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests.sh b/tests.sh deleted file mode 100755 index 0960127..0000000 --- a/tests.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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&summary=none&audio=false" -curl -k -X GET "https://localhost:19019/mila/reqs?url=https://www.ietf.org/rfc/rfc2865.txt&sourcetype=text" -curl -k -X GET "https://localhost:19019/mila/pdf?feat=gaga&url=https://www.rroij.com/open-access/mutation-testing-a-review-33-36.pdf" |