Skip to content

Commit

Permalink
Fix axios bug
Browse files Browse the repository at this point in the history
Read more: axios/axios#5346
  • Loading branch information
derogab committed Dec 11, 2022
1 parent e2d8436 commit 36f0e8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daemon/routes/data.js
Expand Up @@ -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: {

}
Expand Down

0 comments on commit 36f0e8e

Please sign in to comment.