fix endpoint

This commit is contained in:
Katie Kroell 2023-10-11 15:53:47 -04:00
parent d2887fc1ef
commit a797c6db98

View file

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