fix: Update Telegram redirection to official download page

This commit is contained in:
Marco Gallegos
2025-12-15 14:40:16 -06:00
parent 0631d4d240
commit 51d2418ac4

View File

@@ -43,11 +43,8 @@ app.get("/telegram", (req, res) => {
);
}
// Fallback: por ejemplo, dirigir al App Store
return res.redirect(
302,
"https://apps.apple.com/es/app/telegram-messenger/id686449807"
);
// Fallback: página oficial de descargas de Telegram
return res.redirect(302, "https://telegram.org/apps");
});
// Standard health check endpoint for monitoring with VPS ping