From f144f1bcc21e20f29381aa5d69ed3f822dbaec9a Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Wed, 2 Jul 2025 00:13:33 +0000 Subject: refactor: Move the health endpoint to hono as well --- apps/web/app/api/health/route.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 apps/web/app/api/health/route.ts (limited to 'apps/web/app/api') diff --git a/apps/web/app/api/health/route.ts b/apps/web/app/api/health/route.ts deleted file mode 100644 index 8e5326c6..00000000 --- a/apps/web/app/api/health/route.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { NextRequest, NextResponse } from "next/server"; - -export const GET = async (_req: NextRequest) => { - return NextResponse.json({ - status: "ok", - message: "Web app is working", - }); -}; -- cgit v1.2.3-70-g09d2