feat: add basic webui
This commit is contained in:
3
apps/api/app/health/route.ts
Normal file
3
apps/api/app/health/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const runtime = 'edge';
|
||||
|
||||
export const GET = (): Response => new Response('OK', { status: 200 });
|
||||
Reference in New Issue
Block a user