From 0b1f0afee3642d8f557b9df6bdeebf6ae214a73e Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy Date: Sat, 15 Feb 2025 19:55:03 +0000 Subject: [PATCH] test --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index f598ba5..06e70b4 100644 --- a/main.js +++ b/main.js @@ -23,7 +23,7 @@ const logging = (req, res, next) => { app.use(logging); app.get('/', (req, res) => { - res.send('OK') + res.send('OK!') }) app.listen(PORT, () => {