This commit is contained in:
Ryahn 2025-01-27 22:02:39 -05:00
parent 79a6fc9b54
commit 945c7793fc

View File

@ -5,6 +5,8 @@ router.get('/', async (req, res) => {
res.send(`<h3>2weekmail API</h3> res.send(`<h3>2weekmail API</h3>
<p>Temporary email service<br>All emails and messages are deleted after 14 days</p> <p>Temporary email service<br>All emails and messages are deleted after 14 days</p>
<p>API Documentation: <a href="/docs">API Documentation</a></p> <p>API Documentation: <a href="/docs">API Documentation</a></p>
<p>Status: <a href="https://status.2weekmail.fyi/status/main">Status</a></p>
<p>Alt Status: <a href="https://ploi.app/status-pages/2weekmail-status">Alt Status</a></p>
<p>Made with by <a href="https://f95zone.to/members/ryahn.99264/">Ryahn</a></p>`); <p>Made with by <a href="https://f95zone.to/members/ryahn.99264/">Ryahn</a></p>`);
}); });