Add MVP version
This commit is contained in:
6
apps/web/src/app/api/health/route.ts
Normal file
6
apps/web/src/app/api/health/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { setupAws } from "~/server/aws/setup";
|
||||
|
||||
export async function GET() {
|
||||
await setupAws();
|
||||
return Response.json({ data: "Healthy" });
|
||||
}
|
Reference in New Issue
Block a user