Update index.js

This somehow got caught in the wind.
This commit is contained in:
h+
2024-07-28 21:03:58 +02:00
committed by GitHub
parent fdf6420cfd
commit fee96c344d

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