draft market
This commit is contained in:
@@ -2,6 +2,7 @@ import axios from 'axios';
|
||||
|
||||
const evealApiUrl = process.env.EVEAL_API_URL;
|
||||
const evepraisalUrl = process.env.EVEPRAISAL_URL;
|
||||
const esiUrl = process.env.ESI_URL;
|
||||
|
||||
export const apiAxiosInstance = axios.create({
|
||||
baseURL: evealApiUrl,
|
||||
@@ -17,4 +18,12 @@ export const evepraisalAxiosInstance = axios.create({
|
||||
'accept': 'application/json',
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
export const esiAxiosInstance = axios.create({
|
||||
baseURL: esiUrl,
|
||||
headers: {
|
||||
'accept': 'application/json',
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user