do not use a baseurl
This commit is contained in:
parent
59fd1b66e5
commit
9d902e4b3b
@ -5,8 +5,7 @@ class API {
|
||||
this.available = true
|
||||
this.retryInterval = undefined
|
||||
this.instance = axios.create({
|
||||
method: "POST",
|
||||
baseURL: "http://localhost:5572"
|
||||
method: "POST"
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user