From 79a6fc9b544dbd5903dad88b9e15aa5f70556078 Mon Sep 17 00:00:00 2001 From: Ryahn Date: Mon, 27 Jan 2025 21:17:06 -0500 Subject: [PATCH] Update index --- src/routes/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/index.js b/src/routes/index.js index 832124f..a3d8524 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -2,7 +2,10 @@ const express = require('express'); const router = express.Router(); router.get('/', async (req, res) => { - res.send(`

2weekmail API

API Documentation`); + res.send(`

2weekmail API

+

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

+

API Documentation: API Documentation

+

Made with ❤️ by Ryahn

`); }); module.exports = router; \ No newline at end of file