front_foundation #9

Closed
mohamed_maoulainine wants to merge 181 commits from front_foundation into main
Showing only changes of commit 7d41da97de - Show all commits

View File

@ -10,7 +10,6 @@ const axiosInstance = axios.create({
}, },
}); });
axiosInstance.interceptors.request.use( axiosInstance.interceptors.request.use(
(config) => { (config) => {
const token = store.user?.token; // Récupérez le token depuis le store const token = store.user?.token; // Récupérez le token depuis le store