change endpoint name

This commit is contained in:
Katie Kroell 2023-10-31 14:15:09 -04:00
parent 7f96695ec0
commit 5f8737a4e0

View file

@ -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'
}
});