chore(config): update TELE_UPLOAD_URL domain across all services

This commit is contained in:
MythEclipse
2026-06-04 17:12:02 +07:00
parent aaebe168cf
commit 5d9713b162
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const configSchema = z
TELE_UPLOAD_URL: z
.string()
.url()
.default("https://upload.asepharyana.tech/api/upload"),
.default("https://upload.asepharyana.my.id/api/upload"),
})
.parse(process.env);