Improve Self host setup (#30)
* Add self host setup * Improve blunders * Move to bull mq * More changes * Add example code for sending test emails
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
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