Apply .gitignore cleanup
This commit is contained in:
14
frontend/api/health/route.js
Executable file → Normal file
14
frontend/api/health/route.js
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
// 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' },
|
||||
status: 200,
|
||||
});
|
||||
}
|
||||
// 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' },
|
||||
status: 200,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user