Changed http to https
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Phil 2024-10-21 20:14:33 +02:00
parent a6861caedd
commit 2b3ecbe35a
Signed by: Phil
GPG key ID: 350C8B7C4EF5DED4

View file

@ -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;
})