mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
bump claim management swag (#525)
This commit is contained in:
parent
c174871119
commit
fabc47a4af
@ -6,6 +6,6 @@ import { Configuration } from './swagger-codegen';
|
|||||||
@Injectable()
|
@Injectable()
|
||||||
export class ClaimManagementConfigService extends Configuration {
|
export class ClaimManagementConfigService extends Configuration {
|
||||||
constructor({ apiEndpoint }: ConfigService) {
|
constructor({ apiEndpoint }: ConfigService) {
|
||||||
super({ apiKeys: {}, basePath: `${apiEndpoint}/dark-api/v1` });
|
super({ apiKeys: {}, basePath: `${apiEndpoint}/claim-api/v1` });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user