mirror of
https://github.com/marcogll/soul23_placeholder_site_server.git
synced 2026-01-13 13:25:18 +00:00
fix: Update Telegram redirection to official download page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user