Add MVP version
This commit is contained in:
@@ -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