Fix eslint
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
import { setupAws } from "~/server/aws/setup";
|
import { setupAws } from "~/server/aws/setup";
|
||||||
|
|
||||||
|
export const dynamic = "force-dynamic";
|
||||||
|
|
||||||
export async function GET() {
|
export async function GET() {
|
||||||
await setupAws();
|
await setupAws();
|
||||||
return Response.json({ data: "Healthy" });
|
return Response.json({ data: "Healthy" });
|
||||||
|
Reference in New Issue
Block a user