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, () => {