From d7acaf63cdcc4d9d0c4e781529c077020f1298e8 Mon Sep 17 00:00:00 2001 From: M1n-0 <145598371+M1n-0@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:01:18 +0200 Subject: [PATCH] add useless file for the folder --- js/app.js | 13 ------------- js/soon.js | 0 2 files changed, 13 deletions(-) delete mode 100644 js/app.js create mode 100644 js/soon.js diff --git a/js/app.js b/js/app.js deleted file mode 100644 index fa79016..0000000 --- a/js/app.js +++ /dev/null @@ -1,13 +0,0 @@ -const express = require('express'); -const path = require('path'); -const app = express(); -const port = 3000; - -// Serve the index.html file at the root URL -app.get('/', (req, res) => { - res.sendFile(path.join(__dirname, '../html/index.html')); -}); - -app.listen(port, '0.0.0.0', () => { - console.log(`App listening at http://localhost:${port}`); -}); diff --git a/js/soon.js b/js/soon.js new file mode 100644 index 0000000..e69de29