From a797c6db9854eebf4b4e76c503213cc68631c0a2 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Wed, 11 Oct 2023 15:53:47 -0400 Subject: [PATCH] fix endpoint --- src/constants/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } });