From e10a596e7f32836a90047ac8b7dea329783bcaae Mon Sep 17 00:00:00 2001 From: Artem Guslov Date: Wed, 25 Sep 2024 16:54:43 +0200 Subject: [PATCH] pong --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 56f5d78..cd31cb6 100644 --- a/app.js +++ b/app.js @@ -18,7 +18,7 @@ const getQuotes = () => { // Endpoint to check ping app.get("/ping", (req, res) => { - res.status(200); + res.send('pong'); }); // Endpoint to get all quotes