mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update index.js
This commit is contained in:
@@ -14,7 +14,7 @@ fastify.get('/env/:env', function (req, reply) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
fastify.get('/health', function (req, reply) {
|
fastify.get('/health', function (req, reply) {
|
||||||
return 'OK'
|
return 'OK from PR'
|
||||||
})
|
})
|
||||||
|
|
||||||
const start = async () => {
|
const start = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user