From 5f8737a4e062941ed643790ead0a01b889162950 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Tue, 31 Oct 2023 14:15:09 -0400 Subject: [PATCH] change endpoint name --- 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 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' } });