1 parent 2f31d99 commit b302ef9Copy full SHA for b302ef9
1 file changed
src/app/fetchData/fetchContributers.js
@@ -1,8 +1,8 @@
1
const FetchContributors = async () => {
2
const response = await fetch(
3
- 'https://api.github.com/repos/Sharma-Ji-21/component-library/contributors'
+ 'https://api.github.com/repos/Gyanthakur/component-library/contributors'
4
);
5
const data = await response.json();
6
return data;
7
};
8
-export default FetchContributors;
+export default FetchContributors;
0 commit comments