Loading capif_frontend/src/configs/axiosInstance.js +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ const axiosInstance = axios.create({ // REQUEST interceptor for API calls -> if user is logged in, add token to headers of request axiosInstance.interceptors.request.use( req => { // show log in development mode if (process.env.NODE_ENV === 'development') { if (req.data && DEBUG_SHOW_DATA) { Loading Loading
capif_frontend/src/configs/axiosInstance.js +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ const axiosInstance = axios.create({ // REQUEST interceptor for API calls -> if user is logged in, add token to headers of request axiosInstance.interceptors.request.use( req => { // show log in development mode if (process.env.NODE_ENV === 'development') { if (req.data && DEBUG_SHOW_DATA) { Loading