Adding register claim endpoint to endpoints file
This commit is contained in:
parent
2815d88858
commit
ade752091f
1 changed files with 5 additions and 1 deletions
|
|
@ -125,6 +125,10 @@ const endpoints = {
|
||||||
CoveragePolicyInfo: {
|
CoveragePolicyInfo: {
|
||||||
url: '/coverage/api/v1/coverage/get-policy-information',
|
url: '/coverage/api/v1/coverage/get-policy-information',
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
|
},
|
||||||
|
RegisterClaim: {
|
||||||
|
url: '/coverage/api/v1/coverage/register-claim',
|
||||||
|
method: 'POST'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue