Make it Kube Ready
This commit is contained in:
parent
2e7051fab1
commit
7b407c243a
1 changed files with 1 additions and 1 deletions
|
@ -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", response+`api/`)
|
localStorage.setItem("apiURL", atob(response)+`api/`)
|
||||||
resolve();
|
resolve();
|
||||||
})
|
})
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
|
|
Reference in a new issue