Skip to content

Commit dce5ca1

Browse files
authored
chore(web): drop unused health route (#101)
Removes the web api/health route — approved in the hardening plan (rev 5.1 unblocked deletions; no in-repo consumers, no external monitors per owner) — and updates the README verification note to the /health/live worker endpoint. NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA remains live via packages/env web config and next.config.
1 parent 16d4ca3 commit dce5ca1

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

apps/web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ Production additionally admits only Vercel's exact immutable deployment origin.
8080
Vercel's Git integration deploys `apps/web` from the repository using the
8181
checked-in build command. Production public environment values select the live
8282
Clerk instance and canonical gateway; deployment identity selects the owned
83-
preview apex. Verify `/api/health` and the deployed revision after Vercel
84-
finishes.
83+
preview apex. Verify the deployed revision in the Vercel dashboard after the
84+
build finishes; worker liveness is `gateway.trycheatcode.com/health/live`.

apps/web/src/app/api/health/route.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)