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,7 +125,11 @@ const endpoints = {
|
|||
CoveragePolicyInfo: {
|
||||
url: '/coverage/api/v1/coverage/get-policy-information',
|
||||
method: 'POST'
|
||||
}
|
||||
},
|
||||
RegisterClaim: {
|
||||
url: '/coverage/api/v1/coverage/register-claim',
|
||||
method: 'POST'
|
||||
}
|
||||
};
|
||||
|
||||
export { endpoints };
|
||||
|
|
|
|||
Loading…
Reference in a new issue