diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 07:55:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 07:55:03 +0000 |
commit | 6cf47267ce344d38997f5d66ef840b182940d5af (patch) | |
tree | c394f7cda5bbcf74dbf0eca0b5f60608f33ad59e /tests.sh | |
parent | the server is up and running now. the things that worked before work now (diff) | |
download | devourer-6cf47267ce344d38997f5d66ef840b182940d5af.tar.gz devourer-6cf47267ce344d38997f5d66ef840b182940d5af.zip |
added health endpoint
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/env sh -curl -k -X GET https://localhost:19019/summ?url=https://dilipkumar.medium.com/standalone-mongodb-on-kubernetes-cluster-19e7b5896b27&summary=none&audio=false -curl -k -X GET https://localhost:19019/wiki?term=iommu +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/wiki?term=iommu |