Fix eslint

This commit is contained in:
KMKoushik
2024-04-21 08:53:23 +10:00
parent 39d6e48083
commit abd1f6bb5b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
import { setupAws } from "~/server/aws/setup";
export const dynamic = "force-dynamic";
export async function GET() {
await setupAws();
return Response.json({ data: "Healthy" });