auto push

This commit is contained in:
kinou-p 2023-06-15 16:46:11 +02:00
parent ad7016c465
commit 23c6011873

View File

@ -13,6 +13,7 @@ console.log(`getToken = ${getToken()}`)
console.log(`Bearer ${localStorage.getItem("token")}`)
let api = axios.create({
// baseURL: 'http://localhost/api',
baseURL: 'http://localhost/api',
headers: {
// Authorization: `Bearer ${getToken()}`,