The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

fix: ...that didn't have the s

+1 -1
+1 -1
apps/web/src/hooks/use-xrpc.tsx
··· 15 15 }); 16 16 } 17 17 18 - const creds = new CredentialManager({ service: `http://${SERVER_URL}` }); 18 + const creds = new CredentialManager({ service: `https://${SERVER_URL}` }); 19 19 return new XRPC({ handler: creds }); 20 20 }