This commit is contained in:
les 2020-02-20 20:55:06 +01:00
parent 9eb64f47c1
commit 22db61d4bc

View file

@ -41,6 +41,9 @@ export default {
},
methods: {
getInstanceInfo () {
if (!this.instance_hostname) {
return
}
const instance_url = `https://${this.instance_hostname}/api/v1/instance`
this.$axios.$get(instance_url)
.then(ret => {