From c1075c49ad8a4df3661f020d78bc9a92d4178ded Mon Sep 17 00:00:00 2001 From: Yathin Date: Sat, 20 May 2023 17:21:24 +0530 Subject: [PATCH 1/2] insurance ayappa --- src/components/RegisterIns.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RegisterIns.jsx b/src/components/RegisterIns.jsx index 4c389bc..26a9cbc 100644 --- a/src/components/RegisterIns.jsx +++ b/src/components/RegisterIns.jsx @@ -214,7 +214,7 @@ const RegisterIns = () => { -
+
{policyId}
From afd973f987d0b6a9bb571bd707b444780abf3643 Mon Sep 17 00:00:00 2001 From: Yathin Date: Sat, 20 May 2023 17:27:07 +0530 Subject: [PATCH 2/2] finaled --- src/components/utils/Claim.jsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/utils/Claim.jsx b/src/components/utils/Claim.jsx index e4ab698..64cf2d6 100644 --- a/src/components/utils/Claim.jsx +++ b/src/components/utils/Claim.jsx @@ -57,7 +57,7 @@ export const Claim = () => { setError(validate); return; } - const baseUrl = "http://34.125.194.30:9080/baby_chain/private/claim_ins/"; + const baseUrl = "http://34.125.194.30:9080/baby_chain/private/claim_ins"; await axios .post(baseUrl, data) .then((response) => { @@ -74,6 +74,19 @@ export const Claim = () => { return ( <> +