7 day warning
This commit is contained in:
parent
def1d190c9
commit
3efadc6797
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ app.get("/makeURL", (req, res) => {
|
||||||
"url": url
|
"url": url
|
||||||
})
|
})
|
||||||
|
|
||||||
writep(`Done! Find your URL at: <a href="https://${fileHandler.config.domain}/url/${shortURL.shortCode}">${fileHandler.config.domain + "/url/" + shortURL.shortCode}</a>`)
|
writep(`Done! Find your URL at: <a href="https://${fileHandler.config.domain}/url/${shortURL.shortCode}">${fileHandler.config.domain + "/url/" + shortURL.shortCode}</a><br>It will expire in 7 days!`)
|
||||||
|
|
||||||
finishHtml()
|
finishHtml()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue