Fix the context name (#4710)

This commit is contained in:
Maurizio Vitale
2019-05-08 19:57:20 +01:00
committed by Eugenio Romano
parent c0e2429de3
commit 32135e3cbc
2 changed files with 11 additions and 11 deletions

View File

@@ -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) {