correct detection of optimized image format

This commit is contained in:
azivner
2018-01-07 08:24:04 -05:00
parent c022fcf196
commit 97c1b3061f
7 changed files with 35 additions and 13 deletions

View File

@@ -91,6 +91,7 @@ const server = (function() {
get,
post,
put,
remove
remove,
getHeaders
}
})();