From b7b97cb702634b39efbbb9f3694d069677cb905a Mon Sep 17 00:00:00 2001 From: Vladimir Kutkovoy Date: Sat, 15 Feb 2025 20:04:24 +0000 Subject: [PATCH] test --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 06e70b4..f598ba5 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, () => {