diff --git a/index.html b/index.html index 5b607f2..2c2cded 100644 --- a/index.html +++ b/index.html @@ -1156,17 +1156,19 @@ adiuvAI -
- EN -
- - - - - -
-
- Join the waitlist + @@ -1674,7 +1676,7 @@ const res = await fetch('/api/v1/waitlist', { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ email }), + body: JSON.stringify({ email, lang }), }); if (!res.ok) throw new Error(res.statusText);