get orders

This commit is contained in:
2023-09-16 13:02:24 +02:00
parent 3de8f53e0f
commit c1f00da176
5 changed files with 46 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ export const esiAxiosInstance = axios.create({
baseURL: esiUrl,
headers: {
'accept': 'application/json',
"Content-Type": "application/json"
"Content-Type": "application/json",
"User-Agent": "eveal (eveal.shendai.rip calloch.gael@gmail.com)"
},
})