Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

feat: add basic feed

yoginth.com aca95710 37a1c62a

verified
+1
+1
packages/indexer/apollo/httpLink.ts
··· 4 4 const httpLink = new HttpLink({ 5 5 fetch, 6 6 fetchOptions: "no-cors", 7 + headers: { origin: "https://hey.xyz" }, 7 8 uri: LENS_API_URL 8 9 }); 9 10