251003 frontend NPM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Simple health endpoint for compose/ops
|
||||
// File: frontend/api/health/route.js
|
||||
export async function GET() {
|
||||
return new Response(JSON.stringify({ status: 'ok', service: 'frontend', ts: Date.now() }), {
|
||||
headers: { 'content-type': 'application/json' },
|
||||
|
||||
Reference in New Issue
Block a user