diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 06ecde94..fb036dc7 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -151,7 +151,7 @@ const endpoints = Object.freeze({ method: 'Get' }, CoveragePolicyInfo: { - url: '/coverage/api/v1/coverage/get-policy-information', + url: '/coverage/api/v1/coverage/policy-information', method: 'POST' }, RegisterClaim: {