update: head ping

This commit is contained in:
2025-12-02 18:30:43 +07:00
parent fdc17992fa
commit be68f45a92

View File

@@ -76,7 +76,7 @@ const testServerPing = (
const timeout = 5000
let resolved = false
const pingUrl = `http://ping.${server.subdomain}`
const pingUrl = `https://ping.${server.subdomain}`
const timeoutId = setTimeout(() => {
if (!resolved) {