generated from Phil/vue3template
Changed http to https
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a6861caedd
commit
2b3ecbe35a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ import axios from 'axios'
|
|||
},
|
||||
mounted() {
|
||||
axios
|
||||
.get('http://fastdl.hackmi.ch/ts3users/users.info')
|
||||
.get('https://fastdl.hackmi.ch/ts3users/users.info')
|
||||
.then(response => {
|
||||
this.info = response.data;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue