auto push

This commit is contained in:
kinou-p 2023-06-15 16:54:11 +02:00
parent 799534a9b7
commit 0a34bbf1e5

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)