Skip to content

Commit

Permalink
Update SearchAndFilter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 authored Dec 14, 2023
1 parent 8aca62e commit 874ccb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/explore/SearchAndFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const SearchAndFilter = (prop: {
};

const handleAllTrack = async () => {
const { data } = await axios.get('https://hngstage6-eagles.azurewebsites.net/api/track/getAllTracks');
const { data } = await axios.get('https://explore-90v6.onrender.com/api/track/getAllTracks');
return data;
};

Expand Down

0 comments on commit 874ccb9

Please sign in to comment.