add: api directions google

This commit is contained in:
Alexandro Uc Santos
2024-02-24 19:42:30 -06:00
parent 7608931a33
commit 4301f6c7c8
5 changed files with 52 additions and 27 deletions

View File

@@ -5,8 +5,8 @@ const accessToken = localStorage.getItem('access');
const api = axios.create({
baseURL: baseUrl,
headers: {
'Authorization': 'Bearer ' + accessToken
}
Authorization: 'Bearer ' + accessToken
},
});
export default api;