Fix wrong usage of url

This commit is contained in:
Matthias 2020-12-26 16:27:10 +01:00
parent 675cda2eea
commit d3c11d66b5

View File

@ -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}` },