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
|
// Fallback: página oficial de descargas de Telegram
|
||||||
return res.redirect(
|
return res.redirect(302, "https://telegram.org/apps");
|
||||||
302,
|
|
||||||
"https://apps.apple.com/es/app/telegram-messenger/id686449807"
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Standard health check endpoint for monitoring with VPS ping
|
// Standard health check endpoint for monitoring with VPS ping
|
||||||
|
|||||||
Reference in New Issue
Block a user