diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 7fa6a7c1..3ff2b7ef 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -172,7 +172,7 @@ const endpoints = Object.freeze({ method: 'GET' }, FinalDeductible: { - url: '/coverage/api/v1/coverage/get-final-deductible', + url: '/coverage/api/v1/coverage/final-deductible', method: 'POST' } });