fix image support broken in recent refactorings

This commit is contained in:
azivner 2018-02-10 10:00:40 -05:00
parent cac98392a6
commit b3038487f8
2 changed files with 4 additions and 2 deletions

View File

@ -104,6 +104,8 @@ const server = (function() {
post,
put,
remove,
exec
exec,
// don't remove, used from CKEditor image upload!
getHeaders
}
})();

File diff suppressed because one or more lines are too long