Skip to content

Commit

Permalink
remove unused req
Browse files Browse the repository at this point in the history
  • Loading branch information
fachrihawari committed Nov 15, 2024
1 parent 792140e commit de1a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/heartbeat/route.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export async function GET(_: Request) {
export async function GET() {
return new Response('OK', { status: 200 })
}

0 comments on commit de1a503

Please sign in to comment.