From 3efadc67975c75497b4e1b25c967078561d3d18a Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 13 Jul 2024 06:06:56 -0500 Subject: [PATCH] 7 day warning --- shortener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortener.js b/shortener.js index b7288b9..7050501 100644 --- a/shortener.js +++ b/shortener.js @@ -62,7 +62,7 @@ app.get("/makeURL", (req, res) => { "url": url }) - writep(`Done! Find your URL at: ${fileHandler.config.domain + "/url/" + shortURL.shortCode}`) + writep(`Done! Find your URL at: ${fileHandler.config.domain + "/url/" + shortURL.shortCode}
It will expire in 7 days!`) finishHtml() })