This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix user profile

+1 -1
+1 -1
src/components/UserProfile/UserProfile.js
··· 86 86 timeout = setTimeout(async () => { 87 87 try { 88 88 // Call the backend endpoint instead of directly writing to Supabase 89 - const response = await fetch('https://cred.blue/api/save-user-data', { 89 + const response = await fetch('https://api.cred.blue/api/save-user-data', { 90 90 method: 'POST', 91 91 headers: { 92 92 'Content-Type': 'application/json'