Clarify health responses and required env vars
This commit is contained in:
@@ -5,11 +5,11 @@ export async function GET() {
|
||||
const timestamp = new Date().toISOString();
|
||||
|
||||
return NextResponse.json({
|
||||
ok: true,
|
||||
status: 'ok',
|
||||
service: 'prism-console',
|
||||
timestamp,
|
||||
ts: timestamp,
|
||||
environment: serverConfig.environment
|
||||
meta: {
|
||||
timestamp,
|
||||
environment: serverConfig.environment
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user