disable beta sign up email blasts

This commit is contained in:
2025-12-24 08:34:39 -05:00
parent 57034eefc3
commit 5401f6464d
2 changed files with 28 additions and 6 deletions
+1
View File
@@ -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)