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