auto push

This commit is contained in:
kinou-p 2023-06-15 17:01:11 +02:00
parent 1fc843740e
commit c4c360c7a2

View File

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