Merge pull request #492 from Safelite/feature/SSR-818

SSR-818: Renaming get-policy-information
This commit is contained in:
Jeremy-Z 2023-10-25 13:10:14 -04:00 committed by GitHub
commit 069e5bcc23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ const endpoints = Object.freeze({
method: 'Get' method: 'Get'
}, },
CoveragePolicyInfo: { CoveragePolicyInfo: {
url: '/coverage/api/v1/coverage/get-policy-information', url: '/coverage/api/v1/coverage/policy-information',
method: 'POST' method: 'POST'
}, },
RegisterClaim: { RegisterClaim: {