사주 풀이 고도화, NAS 배포 자동화
This commit is contained in:
9
app/api/health/route.ts
Normal file
9
app/api/health/route.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({
|
||||
status: 'ok',
|
||||
timestamp: new Date().toISOString(),
|
||||
service: 'saju-web',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user