fix: use axios with proxy in license check (#1252)

This commit is contained in:
Ali BARIN
2023-08-28 17:19:19 +02:00
committed by GitHub
parent d35b08b35e
commit 130931d7af

View File

@@ -1,7 +1,6 @@
// TODO: replace with axios-with-proxy
import axios from 'axios';
import appConfig from '../config/app';
import memoryCache from 'memory-cache';
import appConfig from '../config/app';
import axios from './axios-with-proxy';
const CACHE_DURATION = 1000 * 60 * 60 * 24; // 24 hours in milliseconds