fix: use axios with proxy in license check (#1252)
This commit is contained in:
@@ -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 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
|
const CACHE_DURATION = 1000 * 60 * 60 * 24; // 24 hours in milliseconds
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user