Update index.js

This commit is contained in:
Andras Bacsai
2024-05-17 15:05:30 +02:00
committed by GitHub
parent 3a01fbf522
commit b168c34d56

View File

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