Files
porthole/apps/web/app/api/healthz/route.ts
OpenCode Test e1a64aa092 Initial commit
2025-12-24 10:50:10 -08:00

4 lines
64 B
TypeScript

export function GET() {
return Response.json({ ok: true });
}