changing endpoint for demo-shell

This commit is contained in:
Enzo Rivello 2016-07-01 10:45:01 +01:00
parent 20a62a55ec
commit c2b4f0adef

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();