Fixed thumbnail path

This commit is contained in:
Denys Vuika
2016-04-08 12:36:54 +01:00
parent d8a64f987a
commit a3f8893ff0
2 changed files with 2 additions and 2 deletions

View File

@@ -264,7 +264,7 @@
},
thumbBaseUrl: function () {
return this.host + '/share/proxy/alfresco/';
return this.host + '/alfresco/service/';
}
});
});