Skip to content

Commit f89f49e

Browse files
authored
fix: replace gh api users/ by orgs/
1 parent 751a569 commit f89f49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import RepoCard from "../components/Projcts/ RepoCard";
33

44
export const getStaticProps = async () => {
55
try {
6-
const res = await fetch('https://api.github.com/users/WebXDAO/repos');
6+
const res = await fetch('https://api.github.com/orgs/WebXDAO/repos');
77
const data = await res.json()
88

99
if (!data) {

0 commit comments

Comments
 (0)