diff --git a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html index a29ba75423..3c1bdd161b 100644 --- a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html +++ b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html @@ -264,7 +264,7 @@ }, thumbBaseUrl: function () { - return this.host + '/share/proxy/alfresco/'; + return this.host + '/alfresco/service/'; } }); }); diff --git a/web-components/alfresco-file-list/src/alfresco-file-list.html b/web-components/alfresco-file-list/src/alfresco-file-list.html index 761a5371bf..4012ff0070 100644 --- a/web-components/alfresco-file-list/src/alfresco-file-list.html +++ b/web-components/alfresco-file-list/src/alfresco-file-list.html @@ -264,7 +264,7 @@ }, thumbBaseUrl: function () { - return this.host + '/share/proxy/alfresco/'; + return this.host + '/alfresco/service/'; } }); });