Fix eslint
This commit is contained in:
@@ -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" });
|
||||
|
Reference in New Issue
Block a user