diff --git a/nodejs/index.js b/nodejs/index.js index 46faf7a..f6e3608 100644 --- a/nodejs/index.js +++ b/nodejs/index.js @@ -14,7 +14,7 @@ fastify.get('/env/:env', function (req, reply) { }) fastify.get('/health', function (req, reply) { - return 'OK' + return 'OK from PR' }) const start = async () => {