mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Fix wrong usage of url
This commit is contained in:
parent
675cda2eea
commit
d3c11d66b5
|
@ -54,7 +54,7 @@ export default {
|
|||
return new Promise((resolve, reject) => {
|
||||
axios
|
||||
.post(
|
||||
`${this.getAPIUrl()}/${apiBase}/token/refresh`,
|
||||
`${this.getAPIUrl()}${apiBase}/token/refresh`,
|
||||
{},
|
||||
{
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
|
|
Loading…
Reference in New Issue
Block a user