disable beta sign up email blasts
This commit is contained in:
@@ -11,6 +11,7 @@ export async function POST(req: Request) {
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify(body),
|
||||
cache: "no-store",
|
||||
});
|
||||
|
||||
// Always return ok=true (matches your server behavior)
|
||||
|
||||
Reference in New Issue
Block a user