diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-02 00:13:33 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-04 16:27:29 +0000 |
| commit | f144f1bcc21e20f29381aa5d69ed3f822dbaec9a (patch) | |
| tree | 60e82a5b2164821f719b64e89b21f913ed55a93e /apps/web/app/api | |
| parent | f5e737bf9645271f8525070f9ba6de1f476fafd9 (diff) | |
| download | karakeep-f144f1bcc21e20f29381aa5d69ed3f822dbaec9a.tar.zst | |
refactor: Move the health endpoint to hono as well
Diffstat (limited to 'apps/web/app/api')
| -rw-r--r-- | apps/web/app/api/health/route.ts | 8 |
1 files changed, 0 insertions, 8 deletions
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", - }); -}; |
