Merge pull request #328 from Alfresco/dev-erivello-327

changing endpoint for demo-shell
This commit is contained in:
Mario Romano
2016-07-01 03:43:52 -07:00
committed by GitHub
+1 -1
View File
@@ -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();