Skip to content

Commit 6694c9b

Browse files
committed
add health
1 parent 549391f commit 6694c9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fayevr.dev",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"private": true,
55
"type": "module",
66
"scripts": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { NextResponse } from 'next/server'
2+
3+
export async function GET() {
4+
return NextResponse.json({ status: 'ok' })
5+
}

0 commit comments

Comments
 (0)