mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Merge pull request #328 from Alfresco/dev-erivello-327
changing endpoint for demo-shell
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user