auto push

This commit is contained in:
kinou-p 2023-06-15 16:55:11 +02:00
parent 0a34bbf1e5
commit 2dcd6bdb47

View File

@ -12,7 +12,7 @@ function getToken() {
console.log(`getToken = ${getToken()}`)
console.log(`Bearer ${localStorage.getItem("token")}`)
const url = 'http://' + {process.env.BASE_URL} + '/api'
const url = 'http://' + process.env.BASE_URL + '/api'
console.log("url= ", url)