Update index.js

This commit somehow got caught in the wind.
This commit is contained in:
h+
2024-07-28 21:02:24 +02:00
committed by GitHub
parent 2be760fa3f
commit 0c06115208

View File

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