do not use a baseurl

This commit is contained in:
controlol 2021-10-30 14:55:17 +02:00
parent 59fd1b66e5
commit 9d902e4b3b

View File

@ -5,8 +5,7 @@ class API {
this.available = true
this.retryInterval = undefined
this.instance = axios.create({
method: "POST",
baseURL: "http://localhost:5572"
method: "POST"
})
}