tangled
alpha
login
or
join now
yoginth.com
/
hey
1
fork
atom
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
1
fork
atom
overview
issues
pulls
pipelines
feat: add basic feed
yoginth.com
7 months ago
aca95710
37a1c62a
verified
This commit was signed with the committer's
known signature
.
yoginth.com
SSH Key Fingerprint:
SHA256:SLCGp+xtY+FtXnVKtpl4bpmTttAxnxJ3DBCeikAHlG4=
+1
1 changed file
expand all
collapse all
unified
split
packages
indexer
apollo
httpLink.ts
+1
packages/indexer/apollo/httpLink.ts
···
4
4
const httpLink = new HttpLink({
5
5
fetch,
6
6
fetchOptions: "no-cors",
7
7
+
headers: { origin: "https://hey.xyz" },
7
8
uri: LENS_API_URL
8
9
});
9
10