fix endpoint
This commit is contained in:
parent
d2887fc1ef
commit
a797c6db98
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue