From 945c7793fc41b643ffa58164d386d6b9549ec64e Mon Sep 17 00:00:00 2001 From: Ryahn Date: Mon, 27 Jan 2025 22:02:39 -0500 Subject: [PATCH] update --- src/routes/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/index.js b/src/routes/index.js index a3d8524..5305180 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -5,6 +5,8 @@ router.get('/', async (req, res) => { res.send(`

2weekmail API

Temporary email service
All emails and messages are deleted after 14 days

API Documentation: API Documentation

+

Status: Status

+

Alt Status: Alt Status

Made with ❤️ by Ryahn

`); });