Skip to content

Commit

Permalink
fix: update nearcatalog url
Browse files Browse the repository at this point in the history
  • Loading branch information
ewiner authored Aug 22, 2024
1 parent 77f8e15 commit 1e8237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/catalogSearchApi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const fetchCatalog = async (query: string) => {
const response = await fetch(`https://nearcatalog.xyz/wp-json/nearcatalog/v1/search?kw=${query}`);
const response = await fetch(`https://indexer.nearcatalog.xyz/wp-json/nearcatalog/v1/search?kw=${query}`);
return await response.json();
};

0 comments on commit 1e8237b

Please sign in to comment.