Skip to content

Commit

Permalink
remove env console log (it polutes the prod logs)
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 14, 2024
1 parent a381676 commit dd1720a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/web/src/app/(public)/api/health/route.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import env from '$/env'
import _ from '$/env'

export async function GET() {
// NOTE: This is so the health check fails if the env is not correctly loaded
console.log(env)

return Response.json({ status: 'ok' })
}

0 comments on commit dd1720a

Please sign in to comment.