diff --git a/containers/react/src/script/axiosApi.js b/containers/react/src/script/axiosApi.js index bf7dbbb5..f43c7ee7 100644 --- a/containers/react/src/script/axiosApi.js +++ b/containers/react/src/script/axiosApi.js @@ -13,7 +13,8 @@ console.log(`getToken = ${getToken()}`) console.log(`Bearer ${localStorage.getItem("token")}`) let api = axios.create({ - baseURL: 'http://localhost/api', +// baseURL: 'http://localhost/api', +baseURL: 'http://localhost/api', headers: { // Authorization: `Bearer ${getToken()}`, Authorization : `Bearer ${localStorage.getItem("token")}`