mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix the context name (#4710)
This commit is contained in:
committed by
Eugenio Romano
parent
c0e2429de3
commit
32135e3cbc
@@ -60,7 +60,7 @@ export class AppsProcessCloudService {
|
||||
}
|
||||
|
||||
private getApplicationUrl(): string {
|
||||
return `${this.appConfigService.get('bpmHost')}/alfresco-deployment-service/v1/applications`;
|
||||
return `${this.appConfigService.get('bpmHost')}/deployment-service/v1/applications`;
|
||||
}
|
||||
|
||||
private handleError(error?: any) {
|
||||
|
Reference in New Issue
Block a user