Make it Kube Ready

This commit is contained in:
Kekskurse 2019-11-27 11:57:07 +01:00
parent 2e7051fab1
commit 7b407c243a
1 changed files with 1 additions and 1 deletions

View File

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