251003 frontend NPM

This commit is contained in:
admin
2025-10-03 16:14:09 +07:00
parent eeb7808e29
commit 4d7e69247d
4 changed files with 334 additions and 3 deletions

View File

@@ -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' },