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