From c2b4f0adef133c84a6ceea612ea943d036c17c8f Mon Sep 17 00:00:00 2001 From: Enzo Rivello Date: Fri, 1 Jul 2016 10:45:01 +0100 Subject: [PATCH] changing endpoint for demo-shell --- demo-shell-ng2/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index d8d559d4b2..f39e2c25cf 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -60,7 +60,7 @@ export class AppComponent { public router: Router, translate: AlfrescoTranslationService, alfrescoSettingsService: AlfrescoSettingsService) { - alfrescoSettingsService.host = 'http://192.168.99.100:8080'; + alfrescoSettingsService.host = 'http://localhost:8080'; this.translate = translate; this.translate.addTranslationFolder();