diff --git a/daemon/routes/data.js b/daemon/routes/data.js index d1252a4..0a054b8 100644 --- a/daemon/routes/data.js +++ b/daemon/routes/data.js @@ -14,6 +14,9 @@ module.exports = function(db, io, app, config) { */ function realtime(crypto) { axios.get(config.url + crypto, { + headers: { + "Accept-Encoding": "gzip,deflate,compress" + }, params: { }