mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fixed thumbnail path
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
thumbBaseUrl: function () {
|
thumbBaseUrl: function () {
|
||||||
return this.host + '/share/proxy/alfresco/';
|
return this.host + '/alfresco/service/';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@@ -264,7 +264,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
thumbBaseUrl: function () {
|
thumbBaseUrl: function () {
|
||||||
return this.host + '/share/proxy/alfresco/';
|
return this.host + '/alfresco/service/';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user