Skip to content

Commit

Permalink
Merge pull request #107 from isd-sgcu/fix/sharp
Browse files Browse the repository at this point in the history
feat: zpages #minor
  • Loading branch information
PatrickChoDev authored Jul 17, 2024
2 parents 1a112fb + 7c62703 commit 5058d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
7 changes: 0 additions & 7 deletions src/app/(zpages)/healthz/page.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/app/(zpages)/layout.tsx

This file was deleted.

3 changes: 3 additions & 0 deletions src/app/healthz/route.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export async function GET(request: Request) {
return Response.json('ok');
}

0 comments on commit 5058d73

Please sign in to comment.