Skip to content

Commit

Permalink
feat: zpages
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChoDev committed Jul 17, 2024
1 parent a9ae1ac commit 7c62703
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 7c62703

Please sign in to comment.