From 0efe0fb3004fc66a61f4aea99c15fc151f6b760a Mon Sep 17 00:00:00 2001 From: jgj52 Date: Sun, 23 Mar 2025 01:12:16 +0100 Subject: [PATCH] i am new to git and not smart --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index 02e94bc..37334b3 100644 --- a/index.js +++ b/index.js @@ -10,4 +10,9 @@ app.set('views', path.join(__dirname, 'ejs')); app.get('/', (req, res) => { res.render('home'); +}); + +app.listen(8927, () => { + console.clear(); + console.log('tojásnak szóló üzenet, elindult a cucc'); }); \ No newline at end of file