refactor: clean gemory dead code

This commit is contained in:
Sophie-Gaëlle CALLOCH
2026-07-07 16:00:40 +02:00
parent 55c2628c75
commit da7a729321
2 changed files with 0 additions and 14 deletions
-11
View File
@@ -1,11 +0,0 @@
import {logResource} from '@/service';
import axios from 'axios';
export const evepraisalAxiosInstance = axios.create({
baseURL: import.meta.env.VITE_EVEPRAISAL_URL,
headers: {
'accept': 'application/json',
"Content-Type": "application/json"
},
})
logResource(evepraisalAxiosInstance)