bump claim management swag (#525)

This commit is contained in:
Denis Ezhov 2021-07-29 19:02:37 +03:00 committed by GitHub
parent c174871119
commit fabc47a4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@ import { Configuration } from './swagger-codegen';
@Injectable()
export class ClaimManagementConfigService extends Configuration {
constructor({ apiEndpoint }: ConfigService) {
super({ apiKeys: {}, basePath: `${apiEndpoint}/dark-api/v1` });
super({ apiKeys: {}, basePath: `${apiEndpoint}/claim-api/v1` });
}
}