Update server/index.js
Browse files- server/index.js +1 -1
server/index.js
CHANGED
|
@@ -176,7 +176,7 @@ async function verifyOnce(token, remoteIp) {
|
|
| 176 |
const controller = new AbortController();
|
| 177 |
const timeout = setTimeout(() => controller.abort(), 30000);
|
| 178 |
try {
|
| 179 |
-
const res = await fetch('https://
|
| 180 |
method: 'POST',
|
| 181 |
headers: { 'content-type': 'application/x-www-form-urlencoded' },
|
| 182 |
body: params,
|
|
|
|
| 176 |
const controller = new AbortController();
|
| 177 |
const timeout = setTimeout(() => controller.abort(), 30000);
|
| 178 |
try {
|
| 179 |
+
const res = await fetch('https://dpixehhdbtzsbckfektd.supabase.co/functions/v1/challenges', {
|
| 180 |
method: 'POST',
|
| 181 |
headers: { 'content-type': 'application/x-www-form-urlencoded' },
|
| 182 |
body: params,
|