From fee96c344dcb782f1fa24a3ea87cc463c432cabc Mon Sep 17 00:00:00 2001 From: h+ Date: Sun, 28 Jul 2024 21:03:58 +0200 Subject: [PATCH] Update index.js This 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 () => {