main #7

Merged
bagas merged 7 commits from main into staging 2025-12-30 15:08:03 +07:00
Showing only changes of commit e7f48ea895 - Show all commits
+1 -1
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) {