sharktide commited on
Commit
1b776d4
·
verified ·
1 Parent(s): da2e565

Update server/index.js

Browse files
Files changed (1) hide show
  1. 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://challenges.sharktidedev.workers.dev', {
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,