From 6cf47267ce344d38997f5d66ef840b182940d5af Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 12 Nov 2021 11:25:03 +0330 Subject: added health endpoint --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index c88fb90..4e895b6 100755 --- a/tests.sh +++ b/tests.sh @@ -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 -- cgit v1.2.3