Skip to content

Commit

Permalink
feat: https hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ttang authored and ttang committed Oct 17, 2023
1 parent b96e971 commit 24e51c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/register/src/providers/FarcasterProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const FarcasterProvider: React.FC<{ children: ReactNode }> = ({
if (!fid) return;
try {
const resp = await axios.get(
`http://api.farcaster.u3.xyz/v1/storageLimitsByFid?fid=${fid}`
`https://api.farcaster.u3.xyz/v1/storageLimitsByFid?fid=${fid}`
);
// console.log(resp.data);
if (resp.data.limits?.length > 0) {
Expand Down

0 comments on commit 24e51c9

Please sign in to comment.