From 256c43e6e7a85a81b63f0b6c4b75723ceb792c7f Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Wed, 8 Jan 2020 00:18:41 +0200 Subject: [PATCH] fancify --- applications/tempfiles/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/tempfiles/index.js b/applications/tempfiles/index.js index 31e43fa..cab9556 100644 --- a/applications/tempfiles/index.js +++ b/applications/tempfiles/index.js @@ -151,8 +151,7 @@ async function init () { }) router.get('/shorten', async (req, res) => { - res.send('

Basic URL Shortener

\ -
') + res.sendFile(path.join(__dirname, 'go.html')) }) router.post('/shorten', async (req, res) => {