From 0c0611520814e25fe6527a9a8ee701b570c1ccbc Mon Sep 17 00:00:00 2001 From: h+ Date: Sun, 28 Jul 2024 21:02:24 +0200 Subject: [PATCH] Update index.js This commit somehow got caught in the wind. --- nodejs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/index.js b/nodejs/index.js index 53f566d..e932bc5 100644 --- a/nodejs/index.js +++ b/nodejs/index.js @@ -17,7 +17,7 @@ fastify.get('/env/:env', function (req, reply) { }) fastify.get('/health', function (req, reply) { - return 'OK from PR' + return 'OK' }) const start = async () => {