mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix param
This commit is contained in:
parent
4b53c0e3be
commit
5e09bbc252
@ -27,13 +27,11 @@ export abstract class Api {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private configureApi(): ApiService {
|
private configureApi(): ApiService {
|
||||||
const config = browser.params.adminapp.apiConfig;
|
|
||||||
|
|
||||||
return new ApiService({
|
return new ApiService({
|
||||||
provider: 'BPM',
|
provider: 'BPM',
|
||||||
authType: config.authType,
|
authType: browser.params.testConfig.appConfig.authType,
|
||||||
oauth2: config.oauth2,
|
oauth2: browser.params.testConfig.appConfig.oauth2,
|
||||||
hostBpm: config.bpmHost
|
hostBpm: browser.params.testConfig.appConfig.bpmHost
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user