mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-01 12:00:02 -06:00
update fetch URL
This commit is contained in:
@@ -7,7 +7,7 @@ export default function OSSFriendsPage() {
|
||||
const [OSSFriends, setOSSFriends] = useState([]);
|
||||
|
||||
useEffect(() => {
|
||||
fetch("http://localhost:3001/api/oss-friends")
|
||||
fetch("https://formbricks.com/api/oss-friends")
|
||||
.then((response) => response.json())
|
||||
.then((data) => setOSSFriends(data.data));
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user