Skip to content

Commit

Permalink
chore: revert endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 30, 2024
1 parent 401b3fc commit 767812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useFeaturedDaos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {useQuery} from '@tanstack/react-query';
import {IDao} from 'services/aragon-backend/domain/dao';

const FEATURED_DAOS_URL =
'https://raw.githubusercontent.com/aragon/app/713010c1eb00362518b6623f951f0c9dc6f086f6/src/assets/data/featured-daos.json';
'https://raw.githubusercontent.com/aragon/app/refs/heads/develop/src/assets/data/featured-daos.json';

const fetchFeaturedDaos = async (): Promise<IDao[]> => {
const response = await fetch(FEATURED_DAOS_URL);
Expand Down

0 comments on commit 767812e

Please sign in to comment.