Files
editor/apps/editor/app/api/health/route.ts
T
2026-03-13 09:07:46 +01:00

4 lines
119 B
TypeScript

export function GET() {
return Response.json({ status: 'ok', app: 'editor', timestamp: new Date().toISOString() })
}