Skip to content

Commit c8208cc

Browse files
authored
Merge pull request #3 from Zero-Sugar0/main
2 parents 0fc5b5e + 86aef7d commit c8208cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/api/health/route.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// app/api/health/route.ts
2+
import { NextResponse } from "next/server";
3+
4+
export async function GET() {
5+
return NextResponse.json({ status: "OK" }, { status: 200 });
6+
}

0 commit comments

Comments
 (0)