mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
9eb64f47c1
commit
22db61d4bc
1 changed files with 3 additions and 0 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue