diff --git a/public/index.html b/public/index.html index acd2db8..b3d8a1e 100644 --- a/public/index.html +++ b/public/index.html @@ -103,7 +103,7 @@ }, methods: { async getIp() { - let { data } = await axios.get('http://192.168.31.100:9900/ip'); + let { data } = await axios.get('https://ip.bmycode.help/ip'); return data }, async copyToClipboard(text) {