Make it Kube Ready

This commit is contained in:
Kekskurse 2019-11-27 12:00:29 +01:00
parent 7b407c243a
commit db3e6029f5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default {
axios.get('/apiurl') axios.get('/apiurl')
.then(function (response) { .then(function (response) {
// handle success // handle success
localStorage.setItem("apiURL", atob(response)+`api/`) localStorage.setItem("apiURL", atob(response.data)+`api/`)
resolve(); resolve();
}) })
.catch(function (error) { .catch(function (error) {